Results 1 to 1 of 1
I am attempting to add a user to my LDAP database. I just set it up and am really confused by what is causing this error:
ldap_bind: Invalid credentials (49)
...
- 11-05-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
ldap_bind: Invalid credentials (49) on OpenLDAP server
I am attempting to add a user to my LDAP database. I just set it up and am really confused by what is causing this error:
ldap_bind: Invalid credentials (49)
# LDAP Defaults
host 10.1.10.15
base dc=orca,dc=affinitygs,dc=com
binddn "cn=root,dc=orca,dc=affinitygs,dc=com"
bindpw password
ssl no
this is the line I am attempting to execute:
ldapadd -x -D "cn=Manager,dc=orca,dc=affinitygs,dc=com" -W -w secret -f/etc/openldap/myldif.ldif


Reply With Quote