2/1/10

AD Attribs

AD attributes List
General Tab
Display Name
Attribute Name
Example Value
First Name
givenName
John
Initials
initials
JS
Last Name
sn
Smith
Display Name
displayName
John Smith
Description
description
Sales Manager
Office
physicalDeliveryOfficeName
London Office
Telephone Number
telephoneNumber
0123 456 789
Telephone Number (Other)
otherTelephone
0123 4457 89
Email
mail
JSmith@domain.com
Web Page
wWWHomePage
Web Page (Other)
url
Password
password
JohnsPass321
Destination OU
destinationOU
"OU=Sales,DC=Domain,DC=Com"
Common Name
CN
John Smith or %lastname%
%firstname%
Modify User if already exists
Modify
True or False
Delete User
Delete
True or False
Address Tab
Display Name
Attribute Name
Example Value
Street
streetAddress
10 Downing St;London
(Use a semi-colon for carriage
return)
PO Box
postOfficeBox
Po Box 1
City
l (Lowercase L)
London
State/Province
st
New York
Zip/Postal Code
postalCode
614415
Country
c
GB, DE, US etc
Group Tab
Display Name
Attribute Name
Example Value
Group
memberOf
"CN=ManagersGroup,DC=Domain,DC=Com"
Account Tab
Display Name
Attribute Name
Example Value
User Logon Name
userPrincipalName
JSmith@domain.com
User Logon Name (Pre W2K)
sAMAccountName
JSmith (This attribute is
essential and must be in the import file)
User must change password at next
logon
mustChangePassword
True or False
User cannot change password
userCannotChangePassword
True or False
Account is Disabled
accountDisabled
True or False
Use DES encryption
useDES
True or False
Do not require kerberos
preauthentication
notRequireKerberos
True or False
Password never expires
passwordNeverExpires
True or False
Account is trusted for delegation
trustedForDelegation
True or False
Store password using reversable
encryption
passwordReversable
True or False
Smart card is required for
interactive logon
smartCardRequired
True or False
Account is sensitive and cannot
be delegated
sensitiveForDelegation
True or False
Account Expires (use same date
format as server)
expires
01/01/2007
Profile Tab
Display Name
Attribute Name
Example Value
Profile Path
profilePath
Login Script
scriptPath
logon.bat
Home Folder (local or UNC, see
notes above)
homeFolder
Create Home Folder and Set
Permissions
createHomeDirectory
True
Telephones Tab
Display Name
Attribute Name
Example Value
Home
homePhone
660 123 122
Home (Other)
otherHomePhone
0661 123 122
Pager
pager
1234
Pager (Other)
otherPager
123
Mobile
mobile
120 456 789
Mobile (Other)
otherMobile
121 456 789
Fax
facsimileTelephoneNumber
122 456 789
Fax (Other)
otherFacsimile
TelephoneNumber
0123 456 789
IP Phone
ipPhone
01IP
IP Phone (Other)
otherIpPhone
432493809
Notes
info
General information (Use a
semi-colon for carriage return)
Organization Tab
Display Name
Attribute Name
Example Value
Title
title
Manager
Department
department
Sales
Company
company
Big Corp
Manager
manager
"CN=SJobs,OU=Managers,DC=Domain,DC=Com"
Employee ID
employeeID
Employee Type
employeeType
Employee Number
employeeNumber
Car License
carLicense
Division
division
Middle Name
middleName
Room Number
roomNumber
Assistant
assistant
jpegPhoto
jpegPhoto
E:\photos\%username%.jpg
(25KB or less, 200x200 pixels or
less)
Exchange Tab
Display Name
Attribute Name
Example Value
Create Mailbox for User
mailboxEnabled
True or False, Required when
creating a mailbox.
Alias
mailNickname
Jsmith *Required
Simple Display Name
displayNamePrintable
Jsmith *Required
Email addresses
proxyAddresses
SMTP:JSmith@doamin.com
multiple
addresses?
Forward to
altRecipient
CN=User2,OU=Managers,DC=Domain,DC=Com
Deliver & Forward
deliverAndRedirect
True
Use MAPI Rich Text
mAPIRecipient
True or False
Hide From Address Lists
msExchHideFromAddressLists
True or False
Exchange Store
ExchangeStore
Mail-Enable User
mailEnabled*
True or False
*Do not use with mailboxEnabled
above.
External Address
targetAddress
Required when mail-enabling a
user.
Exchange
Attributes
Display Name
Attribute Name
Example Value
extensionAttribute1
extensionAttribute1
extensionAttribute2
extensionAttribute2
extensionAttribute3
extensionAttribute3
extensionAttribute4
extensionAttribute4
extensionAttribute5
extensionAttribute5
extensionAttribute6
extensionAttribute6
extensionAttribute7
extensionAttribute7
extensionAttribute8
extensionAttribute8
extensionAttribute9
extensionAttribute9
extensionAttribute10
extensionAttribute10
extensionAttribute11
extensionAttribute11
extensionAttribute12
extensionAttribute12
extensionAttribute13
extensionAttribute13
extensionAttribute14
extensionAttribute14
extensionAttribute15
extensionAttribute15
Terminal
Services Tab
Display Name
Attribute Name
Example Value
Profile Path
TSProfilePath
Home Folder
TSHomeFolder
Create Home Folder
TSCreateHomeDirectory
True or False
Deny Logon
TSDenyLogon
True or False
Dial-In Tab
Display Name
Attribute Name
Example Value
Allow Dial-In Access
msNPAllowDialin
True or False
© 2009 Dovestones Software. All rights reserved.

No comments:

Quick HTTP to HTTPS - Apache2

There are several methods for redirecting your Apache-based website visitors who might type your servers URL using the plain (non-secure) HT...