From: Kurt Zeilenga Date: Thu, 3 Jan 2002 18:31:18 +0000 (+0000) Subject: Use conforming filters X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~313 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8aef083ac59d935dd703d5bd164659db57dfa5e;p=openldap Use conforming filters --- 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