mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
remove extra '$' in regex (thanks to Buchan Milne)
This commit is contained in:
parent
a74a9dfadc
commit
7800e8afee
@ -450,7 +450,7 @@ To match the desired subtree, the rule would be more precisely
|
||||
written:
|
||||
.LP
|
||||
.nf
|
||||
access to dn.regex="^(.+,)?dc=example,dc=com$$"
|
||||
access to dn.regex="^(.+,)?dc=example,dc=com$"
|
||||
by ...
|
||||
.fi
|
||||
.LP
|
||||
|
Loading…
Reference in New Issue
Block a user