Monday, May 30, 2016

reference for working with active directory attributes

recently i need to convert a legacy vb application that using template to load the information from active directory. the legacy use the meaningful name which is not the same as the attribute name in the active directory.

the following link provide detail information on the about the attribute, then i can easily map it with the proper Ldap-Display-Name.

https://msdn.microsoft.com/en-us/library/ms675090%28v=vs.85%29.aspx


 For example when i need to get the Cell phone information from Active directory. I can map the CellPhone name from template file with Ldap-Display-Name mobile, then i can replace CellPhone text with the mobile value from active directory.





No comments:

Post a Comment