Skip to content

Commit df5e194

Browse files
committed
Merge branch 'patch-1' of https://github.com/jonremy/docker-openldap into hotfix-1.2.2
2 parents 5990a9f + 1d8fa1c commit df5e194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/service/slapd/assets/config/bootstrap/ldif/readonly-user/readonly-user-acl.ldif

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ delete: olcAccess
44
-
55
add: olcAccess
66
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 dn="cn={{ LDAP_READONLY_USER_USERNAME }},{{ LDAP_BASE_DN }}" read by * none
7+
olcAccess: to * by self read by dn="cn=admin,{{ LDAP_BASE_DN }}" write by dn="cn={{ LDAP_READONLY_USER_USERNAME }},{{ LDAP_BASE_DN }}" read by * none

0 commit comments

Comments
 (0)