1
I'm trying to run ldapbind to authenticate to an LDAP server. From running Java code that attempts to connect via LDAP, I know that a "Connection Timeout Error" is occurring.
However, am I running this ldapbind
correctly? Note that I have a blank "userDn" or password used to access this server.
ldapbind -h ldap://A.B.C.com:389/dc=foo,dc=bar -D "" -w ""
Error: "Cannot connect to the LDAP server"