Jump to content

MDI-Ldap-user-creation Issue

From TetraWiki


Issue[edit]

Customer is Unable to create the user with the provided script.


Analysis[edit]

During Creation of the User got the below Error.

error (80) additional info: entry store failed 


Explaination[edit]

C.2.8. ldap_*: Internal (implementation specific) error (80) - additional info: entry index delete failed

This seems to be related with wrong ownership of the BDB's dir (/var/lib/ldap) and files. The files must be owned by the user that slapd runs as.

  chown -R ldap:ldap /var/lib/ldap


Solution[edit]

chown ldap:ldap /var/lib/ldap/DB_EXAMPLE 

Only above file was not having ldap permission.

reference : http://www.openldap.org/doc/admin24/appendix-common-errors.html