Skip to content

Commit 1d8fa1c

Browse files
authored
Fix self-edit security issue
The security issue fixed in version 1.2.1 is still there when a read-only user is created.
1 parent f478aee commit 1d8fa1c

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)