mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Use conforming filters
This commit is contained in:
parent
ab5d60dc74
commit
d8aef083ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue