string User = "uid=xxxxxxxx,o u=xxxxxxxxx";
string domain = "LDAP://";
string Password = "xxxxx";
//string domainAndUserna me = domain + @"\" + username;
try
{
DirectoryEntry entry = new DirectoryEntry( domain, User, Password);
// object obj = entry.NativeObj ect;...
User Profile
Collapse
-
maansingh started a topic C# code to connect LDAP server and after connecting clearup the values of a attributein C SharpC# code to connect LDAP server and after connecting clearup the values of a attribute
No activity results to display
Show More