mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
give appropriate write permissions for add (ITS#5723)
This commit is contained in:
parent
bc09f6e8ad
commit
b7b38b07f4
1 changed files with 9 additions and 7 deletions
|
|
@ -66,21 +66,23 @@ access to dn.base="ou=Groups,dc=example,dc=com"
|
|||
by users write
|
||||
|
||||
access to dn.onelevel="ou=Groups,dc=example,dc=com"
|
||||
attrs=entry
|
||||
attrs=entryTtl
|
||||
by dnattr=member manage
|
||||
by * read
|
||||
|
||||
access to dn.onelevel="ou=Groups,dc=example,dc=com"
|
||||
by dnattr=creatorsName write
|
||||
by * break
|
||||
|
||||
access to dn.onelevel="ou=Groups,dc=example,dc=com"
|
||||
attrs=entry
|
||||
by * read
|
||||
|
||||
access to dn.onelevel="ou=Groups,dc=example,dc=com"
|
||||
attrs=member
|
||||
by dnattr=creatorsName write
|
||||
by users selfwrite
|
||||
by * read
|
||||
|
||||
access to dn.onelevel="ou=Groups,dc=example,dc=com"
|
||||
attrs=entryTtl
|
||||
by dnattr=member manage
|
||||
by * read
|
||||
|
||||
access to *
|
||||
by * read
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue