Active Directory LDAP
Below are a series of tables that show a mapping of Active Directory attributes to there LDAP counter parts
| AD User Attribute | LDAP Attribute |
| Name | cn |
| General | |
| First name | givenName |
| Initials | initials |
| Last name | sn |
| Display name | displayName |
| Description | description |
| Office | physicalDeliveryOfficeName |
| Telephone number | telephoneNumber |
| Other Telephone numbers | otherTelephone |
| Web page | wWWHomePage |
| Other Web pages | url |
| Address | |
| Street | streetAddress |
| P.O. Box | postOfficeBox |
| City | l |
| State/province | st |
| Zip/Postal Code | postalCode |
| Country/region | c, co, countryCode |
| Account | |
| User logon name | userPrincipalName |
| pre-Windows 2000 logon name | sAMAccountName |
| Account disabled | userAccountControl |
| User must change password at next logon | pwdLastSet |
| Account expires end of (date) | accountExpires |
| Profile | |
| User Profile path | profilePath |
| Logon script | scriptPath |
| Home folder, local path | homeDirectory |
| Home folder, Connect, Drive | homeDrive |
| Home folder, Connect, To: | homeDirectory |
| Telephones | |
| Home | homePhone |
| Other Home phone numbers | otherHomePhone |
| Pager | pager |
| Mobile | mobile |
| Fax | facsimileTelephoneNumber |
| Notes | info |
| Organization | |
| Title | title |
| Department | department |
| Company | company |
| Manager | manager |
Object class “computer”
| AD Computer Attribute | LDAP Attribute |
| Name | cn |
| Location |
location |
| Description | description |
| Operating System Version | operatingSystem |
| OS Service Pack | operatingSystemServicePack |
| Group Membership | memberOf |
Object class “group”
| AD Group Attribute | LDAP Attribute |
| Name | cn |
| Member of Group |
member |
| Description | description |
| Group Type (global/universal/security) | instanceType |