MasterRacker
Active member
I'm trying to query AD to get a number of pieces of user information out of it.
I've been able to set up a DirectorySearcher and add search properties via PropertiesToLoad.Add(). My problem concerns not knowing exactly which AD Attributes to look at. I've found a full list of attributes here:
however, this list is a list of common names whereas the DirectorySearcher appears to want LDAP display names. In this particular list I have to click entries one at a time to see those.
Does anyone have a link to a full list of LDAP names?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
I've been able to set up a DirectorySearcher and add search properties via PropertiesToLoad.Add(). My problem concerns not knowing exactly which AD Attributes to look at. I've found a full list of attributes here:
however, this list is a list of common names whereas the DirectorySearcher appears to want LDAP display names. In this particular list I have to click entries one at a time to see those.
Does anyone have a link to a full list of LDAP names?
_____
Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]