Hi,
I am following this tutorial here:
https://community.hortonworks.com/articles/79806/how-to-setup-openldap-24-on-centos-7.html
But when I executed below CLI:
ldapmodify -Y EXTERNAL -H ldapi:/// -f db.ldif
I got this error:
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
ldapmodify: wrong attributeType at line 5, entry "olcDatabase={2}hdb,cn=config"
Could someone help me troubleshoot? Thanks.