I followed RHEL7: Configure a LDAP directory service for user connection to configure openldap on CentOS Linux release 7.
First I create the /etc/openldap/changes.ldif
file and paste the content with replacing the password of course with the previously created password.
Then I get to send the new configuration to the slapd server using the command
# ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/openldap/changes.ldif
Once I do that I get the following error:
# ldapmodify -Y EXTERNAL -H ldapi:/// -f /etc/openldap/changes.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying entry "olcDatabase={2}hdb,cn=config"
modifying entry "olcDatabase={2}hdb,cn=config"
modifying entry "olcDatabase={2}hdb,cn=config"
modifying entry "cn=config"
ldap_modify: Other (e.g., implementation specific) error (80)
All the files are readable for the user slapd is running as. What's wrong there? I couldn't find anything useful to feed SEARCHENGINE with.
It's been a while that I've been looking for a solution but at the moment all what I found is two people
Having the same problem and asking the same question but no answers.