P
Paralleltangent
Hello,
Anyone able to grab the namingContext using C# with an openldap
backend using directory entry?
For example:
DirectoryEntry de = new DirectoryEntry("LDAP://" + serverName,
userName, password, AuthenticationTypes.Anonymous);
A object of type OpenLDAProotDSE is returned but contains a null
value.
Thanks,
Kevin
Anyone able to grab the namingContext using C# with an openldap
backend using directory entry?
For example:
DirectoryEntry de = new DirectoryEntry("LDAP://" + serverName,
userName, password, AuthenticationTypes.Anonymous);
A object of type OpenLDAProotDSE is returned but contains a null
value.
Thanks,
Kevin