C
Christina
Hello!!
I have been researching on this for a while. If someone can show me a
pointer it would be great.
I have an LDAP server on my local machine.
I am creating a new instance of DirectoryEntry using:
New DirectoryEntry("LDAP://" & ldapServerName & _
"/dc=anydomain,dc=com", "anyusername", "anypassword",
AuthenticationTypes.None)
Can anyone explain me what exactly do i have to pass in the servername
?
I tried passing :
localhost
127.0.0.1
localhost:389
127.0.0.1:389
But every time, it shows some error or the other. Some of these errors
are:
Server not available
some number 00x80005000 etc..
TIA
I have been researching on this for a while. If someone can show me a
pointer it would be great.
I have an LDAP server on my local machine.
I am creating a new instance of DirectoryEntry using:
New DirectoryEntry("LDAP://" & ldapServerName & _
"/dc=anydomain,dc=com", "anyusername", "anypassword",
AuthenticationTypes.None)
Can anyone explain me what exactly do i have to pass in the servername
?
I tried passing :
localhost
127.0.0.1
localhost:389
127.0.0.1:389
But every time, it shows some error or the other. Some of these errors
are:
Server not available
some number 00x80005000 etc..
TIA