From 7db89cb1c07e5526c4f134094f87535d7966b999 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 26 Oct 1999 22:52:53 +0000 Subject: [PATCH] Use $$ and other oddities. --- tests/data/slapd-acl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 6530e264be..a4c7aa9b45 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -35,9 +35,9 @@ 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 +x continue - by dn="^.*,o=University of Michigan,c=US$" +rsc continue +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 * stop access to attr=member -- 2.39.5