Jump to content

MDI-Ldap-user-creation Issue: Difference between revisions

From TetraWiki
Amit (talk | contribs)
No edit summary
Amit (talk | contribs)
No edit summary
Line 1: Line 1:
[Category: tetra client]
[Category: tetra clients]


[Category: MDI]
[Category: MDI]

Revision as of 08:49, 10 July 2014

[Category: tetra clients]

[Category: MDI]

Issue

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


Analysis

During Creation of the User got the below Error.
error (80) additional info: entry store failed 


Explaination

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

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