I have a PoepleEditor and want to get some additional informations of a selected user from AD. When PoepoleEditor resolves an Entry you have that PickerEntry as result. One member of it is "key" which i probably should use to find the correct user in AD. I use the DirectorySearcher to search through LDAP. My Problem is that there is no attribute i could use to match the key of PickerEntry. The Value of PickerEntry.Key is "abtestportal\Chris" where the LDAP attribute "distinguishedName" of that user returns "CN=Chris,OU=DOM,DC=ab,DC=testportal". The Problem is that DC contains two strings which are concatenated in the key. Does somebody know how to search?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I'm not quite sure if I understand you correctly, but I guess you want to extract "abtestportal" from the string "CN=Chris,OU=DOM,DC=ab,DC=testportal". This could be done with some stringoperations:
|
|||
|
|