Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Am using vb.net . am not able to connect to active directory using the following connection string. am passing the valid credentials for the ldap connection string .am not getting any error. but am not able to connect to active directory.

my code:

Dim ldapConnection As DirectoryEntry = New DirectoryEntry("ldap://sbs.in:111/CN=Schema,CN=Configuration,DC=sbs,DC=in",
"uid=ssldap,cn=Schema,cn=Configuration,dc=sbs,dc=in", "SS132")
 ldapConnection.Path = "ldap://sbs.in:111/CN=Schema,CN=Configuration,DC=sbs,DC=in"
 ldapConnection.AuthenticationType = AuthenticationTypes.Secure
 Return ldapConnection
share|improve this question
@EJP don't hurt others. – vps Oct 3 '12 at 11:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.