From 772b458cd8a1df7cfdceda3ef9fceaa686c4c0d7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 13 Jun 2000 03:24:12 +0000 Subject: [PATCH] Partially test new ACL styles. --- tests/data/slapd-acl.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5