From d8aef083ac59d935dd703d5bd164659db57dfa5e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 3 Jan 2002 18:31:18 +0000 Subject: [PATCH] Use conforming filters --- tests/data/slapd-acl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index a3435f7302..686c9d54b7 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -39,7 +39,7 @@ lastmod on access to attr=objectclass by * =rsc stop -access to filter="objectclass=person" attr=userpassword +access to filter="(objectclass=person)" attr=userpassword by anonymous auth by self write @@ -52,7 +52,7 @@ access to attr=member by dnattr=member selfwrite by * read -access to filter="objectclass=groupofnames" +access to filter="(objectclass=groupofnames)" 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