mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Minor acl optimizations.
This commit is contained in:
parent
873c8f213b
commit
3f9ba7e05a
1 changed files with 2 additions and 2 deletions
|
|
@ -32,13 +32,13 @@ access to attr=objectclass
|
|||
by * read
|
||||
|
||||
access to filter="objectclass=person" attr=userpassword
|
||||
by self write
|
||||
by anonymous auth
|
||||
by self write
|
||||
by * none
|
||||
|
||||
access to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
|
||||
by dn="^.*,o=University of Michigan,c=US$" read
|
||||
by anonymous auth
|
||||
by dn="^.*,o=University of Michigan,c=US$" read
|
||||
by * none
|
||||
|
||||
access to attr=member
|
||||
|
|
|
|||
Loading…
Reference in a new issue