mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
Add '^' and '$' to ACLs RE's.
This commit is contained in:
parent
3c09414075
commit
6380786169
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ access to attr=objectclass
|
|||
access to attr=userpassword
|
||||
by self write
|
||||
by * compare
|
||||
access to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US"
|
||||
by dn=".*,o=University of Michigan,c=US"
|
||||
access to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
|
||||
by dn="^.*,o=University of Michigan,c=US$"
|
||||
read
|
||||
by * none
|
||||
access to attr=member
|
||||
|
|
|
|||
Loading…
Reference in a new issue