during LDAP
installation in ubuntu the following error has
been occured.
"ldap_bind: Invalid credentials (49)"
can any one help me to figure it out ???
during LDAP
installation in ubuntu the following error has
been occured.
"ldap_bind: Invalid credentials (49)"
can any one help me to figure it out ???
Remove the LDAP database, re-configure slapd and restart it. Then add the ldiffs again. It worked in my case when I tried it on 9.04.
rm -rf /var/backups/*.ldapdb
dpkg-reconfigure slapd
/etc/init.d/slapd restart
and then add your ldif file again to DB.
ldapadd -x -W -D "cn=admin,dc=example,dc=com" -f ~/people.ldif