]> git.sur5r.net Git - openldap/commitdiff
Add basic flow control tests
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Oct 1999 21:23:43 +0000 (21:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Oct 1999 21:23:43 +0000 (21:23 +0000)
tests/data/slapd-acl.conf

index 686bbe21336ac07af315a7034e5e1237f58fd39b..521b5c4c2ce2b8de6036c7b9771c5fbec1a0f352 100644 (file)
@@ -29,15 +29,16 @@ defaultaccess       none
 #
 
 access         to attr=objectclass
-               by * =rs
+               by * =rsc stop
 
 access         to filter="objectclass=person" attr=userpassword
                by anonymous auth
                by self write
 
 access         to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
-               by anonymous auth
-               by dn="^.*,o=University of Michigan,c=US$" read
+               by anonymous +x continue
+               by dn="^.*,o=University of Michigan,c=US$" +rsc continue
+               by * stop
 
 access         to attr=member
                by dnattr=member selfwrite
@@ -45,6 +46,6 @@ access                to attr=member
 
 access         to filter="objectclass=rfc822mailgroup"
                by dn="Bjorn Jensen,ou=Information Technology Division,ou=People,o=University of Michigan,c=US" write
-               by * read
+               by * break
 
 access         to * by * read