› Forums › Network Management › ZeroShell › Adding users › Re: ldap
November 25, 2006 at 9:50 pm
#44996
Member
There aren’t any files in /usr/local/bin but it looks like it exists in /usr/bin.
# /usr/bin/ldapadd -x -h 127.0.0.1 -D “cn=Manager,dc=testnet,dc=net” -w AdminPassword
I also tried with -W which prompted me for the LDAP password. No matter how I typed it in (wrong or right password) I get:
ldap_bind: Can’t contact LDAP server (-1)
Is it the password associated with root or the admin user? I changed the root password so I could login through SSH.