forked from ISTI-ansible-roles/ansible-roles
6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
|
dn: olcDatabase={1}monitor,cn=config
|
||
|
changetype: modify
|
||
|
replace: olcAccess
|
||
|
olcAccess: {0}to * by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external, cn=auth" read by dn.base="cn={{ openldap_admin_user }},{{ openldap_base_dn }}" read by * none
|
||
|
|