mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Add basic flow control tests
This commit is contained in:
parent
5e459c4cf8
commit
2644018bc2
1 changed files with 5 additions and 4 deletions
|
|
@ -29,15 +29,16 @@ defaultaccess none
|
|||
#
|
||||
|
||||
access to attr=objectclass
|
||||
by * =rs
|
||||
by * =rsc stop
|
||||
|
||||
access to filter="objectclass=person" attr=userpassword
|
||||
by anonymous auth
|
||||
by self write
|
||||
|
||||
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 anonymous +x continue
|
||||
by dn="^.*,o=University of Michigan,c=US$" +rsc continue
|
||||
by * stop
|
||||
|
||||
access to attr=member
|
||||
by dnattr=member selfwrite
|
||||
|
|
@ -45,6 +46,6 @@ access to attr=member
|
|||
|
||||
access to filter="objectclass=rfc822mailgroup"
|
||||
by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
|
||||
by * read
|
||||
by * break
|
||||
|
||||
access to * by * read
|
||||
|
|
|
|||
Loading…
Reference in a new issue