c# Programming Glossary: rootdse
LDAP Directory Entry in .Net - not working with OU=Users http://stackoverflow.com/questions/1405011/ldap-directory-entry-in-net-not-working-with-ou-users DirectorySearcher dseSearcher new DirectorySearcher string rootDSE dseSearcher.SearchRoot.Path DirectoryEntry rootDE new DirectoryEntry.. DirectoryEntry rootDE new DirectoryEntry rootDSE string userDSE rootDSE.Insert 7 OU Users DirectoryEntry userDE.. rootDE new DirectoryEntry rootDSE string userDSE rootDSE.Insert 7 OU Users DirectoryEntry userDE new DirectoryEntry userDSE..
C# Active Directory: Get domain name of user? http://stackoverflow.com/questions/4249139/c-sharp-active-directory-get-domain-name-of-user try logger.Debug 'SetCurrentDomain' Instantiating rootDSE LDAP DirectoryEntry ldapRoot new DirectoryEntry server rootDSE.. LDAP DirectoryEntry ldapRoot new DirectoryEntry server rootDSE username password logger.Debug 'SetCurrentDomain' Successfully.. logger.Debug 'SetCurrentDomain' Successfully instantiated rootDSE LDAP logger.Debug Attempting to retrieve 'defaultNamingContext'.....
|