Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
139508d3
Commit
139508d3
authored
Sep 04, 2007
by
Quanah Gibson-Mount
Browse files
fix authzTo regex example
parent
466521d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/sasl.sdf
View file @
139508d3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment