02-security.ldif 318 B

1234567
  1. dn: olcDatabase={1}{{ LDAP_BACKEND }},cn=config
  2. changetype: modify
  3. delete: olcAccess
  4. -
  5. add: olcAccess
  6. olcAccess: to attrs=userPassword,shadowLastChange by self write by dn="cn=admin,{{ LDAP_BASE_DN }}" write by anonymous auth by * none
  7. olcAccess: to * by self write by dn="cn=admin,{{ LDAP_BASE_DN }}" write by * none