Merge pull request #1836 from aya/fix_ldap_permission_for_admins

fix ldap write access for admin users
This commit is contained in:
Alexandre Aubin 2024-05-14 00:49:46 +02:00 committed by GitHub
commit 00477594d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ olcAccess: {2}to dn.base=""
# can read everything. # can read everything.
olcAccess: {3}to * olcAccess: {3}to *
by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write
by group/groupOfNames/member.exact="cn=admins,ou=groups,dc=yunohost,dc=org" write by group/groupOfNamesYnh/member.exact="cn=admins,ou=groups,dc=yunohost,dc=org" write
by * read by * read
# #
olcAddContentAcl: FALSE olcAddContentAcl: FALSE