Can't add a .ldif to OpenLDAP, recent version (no slapd.conf)
- by Biganon
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