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
ingo Voss
OpenLDAP
Commits
437701d1
Commit
437701d1
authored
Sep 28, 2005
by
Pierangelo Masarati
Browse files
backport fix
parent
9da2be12
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd.access.5
View file @
437701d1
...
...
@@ -738,7 +738,7 @@ clause, one could use
.LP
.nf
access to dn.regex="^(.+,)?uid=([^,]+),dc=example,dc=com$"
by dn.regex="^uid=$
1
,dc=example,dc=com$$" write
by dn.regex="^uid=$
2
,dc=example,dc=com$$" write
by ...
.fi
.LP
...
...
@@ -748,7 +748,7 @@ clause is substring expansion, a more efficient solution is
.LP
.nf
access to dn.regex="^(.+,)?uid=([^,]+),dc=example,dc=com$"
by dn.exact,expand="uid=$
1
,dc=example,dc=com" write
by dn.exact,expand="uid=$
2
,dc=example,dc=com" write
by ...
.fi
.LP
...
...
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