↧
Answer by 473183469 for ldap_modify: Insufficient access (50) when changing...
In order to admin the 'cn=config' database you need the 'cn=config' admin, not the admin of the data DB. In debian such admin is root with SASL TLS External. Try sudo ldapsearch -H ldapi:/// -Y...
View Articleldap_modify: Insufficient access (50) when changing password
I'm trying to modify the LDAP admin password on a fresh OpenLDAP install on CentOS 6.7 (similar to RHEL 6.7). I created a file called change_ldap_password.ldif: # Hash your password: # slappasswd -h...
View Article