Skip to main content

How to get Active Directory attributes

When coding with Active Directory, you may need to know its attributes about account name, first name, last name, etc.
In this case, you can refer to this link http://support.microsoft.com/default.aspx/kb/555638
If you want to know more detail, I think you can download a free software LDAP Browser in this address http://www.openldap.org

Comments