mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix authzTo regex example
This commit is contained in:
parent
12ea3e4304
commit
d3ac149fd5
@ -652,7 +652,7 @@ To help produce more sweeping rules for {{EX:authzFrom}} and
|
||||
be DNs with regular expression characters in them. This means a
|
||||
source rule like
|
||||
|
||||
> authzTo: uid=[^,]*,dc=example,dc=com
|
||||
> authzTo: dn.regex=^uid=[^,]*,dc=example,dc=com$
|
||||
|
||||
would allow that authenticated user to authorize to any DN that
|
||||
matches the regular expression pattern given. This regular expression
|
||||
|
Loading…
Reference in New Issue
Block a user