mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 16:23:23 -05:00
Partially test new ACL styles.
This commit is contained in:
parent
ec426532b2
commit
772b458cd8
1 changed files with 3 additions and 2 deletions
|
|
@ -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$"
|
access to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
|
||||||
by dn="^$" +x continue
|
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
|
by * stop
|
||||||
|
|
||||||
access to attr=member
|
access to attr=member
|
||||||
|
|
@ -47,7 +48,7 @@ access to attr=member
|
||||||
by * read
|
by * read
|
||||||
|
|
||||||
access to filter="objectclass=groupofnames"
|
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 dn="^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US$" +rw stop
|
||||||
by * break
|
by * break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue