From: Kurt Zeilenga Date: Thu, 21 Oct 1999 21:23:43 +0000 (+0000) Subject: Add basic flow control tests X-Git-Tag: UCDATA_2_4~328 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2644018bc2f5c5d7c91a4bf9a9634542763d42d0;p=openldap Add basic flow control tests --- diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 686bbe2133..521b5c4c2c 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -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