Skip to content
Snippets Groups Projects
Commit 139508d3 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix authzTo regex example

parent 466521d3
No related branches found
No related tags found
No related merge requests found
...@@ -652,7 +652,7 @@ To help produce more sweeping rules for {{EX:authzFrom}} and ...@@ -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 be DNs with regular expression characters in them. This means a
source rule like 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 would allow that authenticated user to authorize to any DN that
matches the regular expression pattern given. This regular expression matches the regular expression pattern given. This regular expression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment