A
AdamKadmon
Hello there. I have a method that pulls out the members of a group in
the form of distinguishedName. I read somewhere that I could then
connect to the Directory with:
DirectoryEntry(@"LDAP://servername/" + dnPulledFromGroup)
and somehow pull the user CN in this fashion. Could someone point me
in the direction of how this might be achieved? I have tried a few
things, but am running into walls left and right.
Thanks,
Adam
the form of distinguishedName. I read somewhere that I could then
connect to the Directory with:
DirectoryEntry(@"LDAP://servername/" + dnPulledFromGroup)
and somehow pull the user CN in this fashion. Could someone point me
in the direction of how this might be achieved? I have tried a few
things, but am running into walls left and right.
Thanks,
Adam