Skip to content
Snippets Groups Projects
Commit d3ac149f authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix authzTo regex example

parent 12ea3e43
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
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
......
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