<quote who="Jonathan Wage">
Hmmm, that didn't help anything either:
Check your logs and also paste your slapd.conf
Thanks.
dutchy:/usr/share/openldap jwage$ ldapadd -W -D cn=Manager,dc=example,dc=com -f example.ldif -x -H ldap://localhost Enter LDAP Password: ldap_bind: Invalid credentials (49)
Tried this too:
dutchy:/usr/share/openldap jwage$ ldapadd -W -D cn=Manager,dc=example,dc=com -f example.ldif -x -h 127.0.0.1 -p 389 Enter LDAP Password: ldap_bind: Invalid credentials (49)
I have to be overlooking something simple about my setup. I followed all the instructions in the quick start guide.
- Jon
On Dec 21, 2007 9:42 AM, Gavin Henry ghenry@suretecsystems.com wrote:
<quote who="Jonathan Wage"> > Using the following command: > > ldapadd -x -D "cn=Manager,dc=example,dc=com" -f example.ldif -w secret
Make sure you are pointing to the correct directory server by specifing:
-H ldap://server_ip
and see "man ldapadd" or ldapadd -? for more info.
-- Jonathan Wage http://www.jwage.com http://www.centresource.com
openldap-software@openldap.org