M
masani paresh
Hello Friends,
If anyone know hot to get DN for user using DefaultNamingContext then please
let me know. I got the naming context as follow but i dont know what to do
after. please help me.
root = group = new DirectoryEntry("LDAP://RootDSE");
string namingContext = (string)root.Properties["defaultNamingContext"].Value;
if (namingContext == null)
namingContext =
(string)root.Properties["namingContext"].Value;
Thanks in advance,
Paresh
If anyone know hot to get DN for user using DefaultNamingContext then please
let me know. I got the naming context as follow but i dont know what to do
after. please help me.
root = group = new DirectoryEntry("LDAP://RootDSE");
string namingContext = (string)root.Properties["defaultNamingContext"].Value;
if (namingContext == null)
namingContext =
(string)root.Properties["namingContext"].Value;
Thanks in advance,
Paresh