]> git.sur5r.net Git - openldap/commitdiff
Use conforming filters
authorKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 18:31:18 +0000 (18:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 3 Jan 2002 18:31:18 +0000 (18:31 +0000)
tests/data/slapd-acl.conf

index a3435f7302ed9a70ed4dc286e8e78faa5bb56ef6..686c9d54b7c8d1016e633f562ee75e0359b312b4 100644 (file)
@@ -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