Can't add a .ldif to OpenLDAP, recent version (no slapd.conf)
Posted
by
Biganon
on Server Fault
See other posts from Server Fault
or by Biganon
Published on 2011-06-27T01:14:17Z
Indexed on
2011/06/27
8:24 UTC
Read the original article
Hit count: 234
I'm new to LDAP and I'm trying to add the mmc.ldif and mail.ldif files that come with Mandriva Directory Server to my LDAP configuration, using the command :
ldapadd -x -W -D "cn=admin,dc=biganon,dc=com" -f schema/mmc.ldif
I then give the admin password I've set during slapd installation but get this error :
ldap_bind: Invalid credentials (49)
I have no slapd.conf file.
I'm on Debian 6.0.1, OpenLDAP 2.4.23
Thank you
© Server Fault or respective owner