[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8877) Issue while setting up openLDAP 2.4.44 with mdb



Full_Name: Sakshi Mittal
Version: 2.4.44
OS: Centos7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (110.161.122.132)


Issue while setting up openLDAP 2.4.44 with mdb. Getting following error when
trying to setup up mdb database instead of hdb using ansible -
fatal: [tokyo-ldap1]: FAILED! => {"changed": true, "cmd": ["ldapmodify", "-Y",
"EXTERNAL", "-H", "ldapi:///", "-f", "/tmp/db.ldif"], "delta": "0:00:00.009641",
"end": "2018-07-11 02:02:47.684653", "msg": "non-zero return code", "rc": 32,
"start": "2018-07-11 02:02:47.675012", "stderr": "SASL/EXTERNAL authentication
started\nSASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth\nSASL SSF:
0\nldap_modify: No such object (32)\n\tmatched DN: cn=config", "stderr_lines":
["SASL/EXTERNAL authentication started", "SASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth", "SASL SSF: 0",
"ldap_modify: No such object (32)", "\tmatched DN: cn=config"], "stdout":
"modifying entry \"olcDatabase={2}mdb,cn=config\"", "stdout_lines": ["modifying
entry \"olcDatabase={2}mdb,cn=config\""]}