From 2644018bc2f5c5d7c91a4bf9a9634542763d42d0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 21 Oct 1999 21:23:43 +0000 Subject: [PATCH] Add basic flow control tests --- tests/data/slapd-acl.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5