mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Partially test new ACL styles.
This commit is contained in:
parent
ec426532b2
commit
772b458cd8
@ -39,7 +39,8 @@ access to filter="objectclass=person" attr=userpassword
|
||||
|
||||
access to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
|
||||
by dn="^$" +x continue
|
||||
by dn=".*,o=University of Michigan,c=US$" +rsc continue
|
||||
by dn.regex=".+,o=University of Michigan,c=US" +c continue
|
||||
by dn.subtree="o=University of Michigan, c=US" +rs continue
|
||||
by * stop
|
||||
|
||||
access to attr=member
|
||||
@ -47,7 +48,7 @@ access to attr=member
|
||||
by * read
|
||||
|
||||
access to filter="objectclass=groupofnames"
|
||||
by dn="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US$" =sc continue
|
||||
by dn.base="cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan,c=US" =sc continue
|
||||
by dn="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US$" +rw stop
|
||||
by * break
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user