G
Guest
Can someone explain to me how to find the value of a particular user's
extensionAttribute1 in C#.
I get this far and then have no idea what to do next.
DirectoryEntry dsDirectoryEntry = new DirectoryEntry("LDAP://domain",
username, password);
I don't understand how to use the DirectorySearcher class.
Thanks,
Phil
extensionAttribute1 in C#.
I get this far and then have no idea what to do next.
DirectoryEntry dsDirectoryEntry = new DirectoryEntry("LDAP://domain",
username, password);
I don't understand how to use the DirectorySearcher class.
Thanks,
Phil