mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
Use implicit 'by * none' and =rs
This commit is contained in:
parent
3d765d6108
commit
5e459c4cf8
1 changed files with 1 additions and 3 deletions
|
|
@ -29,17 +29,15 @@ defaultaccess none
|
|||
#
|
||||
|
||||
access to attr=objectclass
|
||||
by * read
|
||||
by * =rs
|
||||
|
||||
access to filter="objectclass=person" attr=userpassword
|
||||
by anonymous auth
|
||||
by self write
|
||||
by * none
|
||||
|
||||
access to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
|
||||
by anonymous auth
|
||||
by dn="^.*,o=University of Michigan,c=US$" read
|
||||
by * none
|
||||
|
||||
access to attr=member
|
||||
by dnattr=member selfwrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue