From: Kurt Zeilenga Date: Tue, 13 Jun 2000 03:24:12 +0000 (+0000) Subject: Partially test new ACL styles. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2662 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=772b458cd8a1df7cfdceda3ef9fceaa686c4c0d7;p=openldap Partially test new ACL styles. --- diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 63df714c1b..8c11c14897 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -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