Skip to content
Snippets Groups Projects
Commit 772b458c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Partially test new ACL styles.

parent ec426532
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,8 @@ access to filter="objectclass=person" attr=userpassword ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment