mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix ldap write access for admin users
Admin users are unable to modify ldap entries, getting following error: 0x32 (LDAP_INSUFFICIENT_ACCESS)
This commit is contained in:
parent
675650f057
commit
c2e39a533f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue