Hello!!
I have been tring this for a while. If anybody can help me with this, I
would really appreciate it.
I have installed an LDAP server on my local machine. I am creating a
new instance of DirectoryEntry using:
New DirectoryEntry("LDAP://" & ldapServerName & "/dc=anydomain,
dc=com", "username, "password", AuthenticationTypes.None)
For ldapServerName , I have used many combinations unsucessfully. I can
list out few of them:
ldapServerName = "127.0.0.1"
ldapServerName = "127.0.0.1:389"
ldapServerName = "localhost"
ldapServerName = "localhost:389"
ldapServerName = my machine name
etc...
Can anybody tell me what exactly is the ldapServerName here. If you
could provide an example, I would appreciate that.
Thanks!!