Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
b363a329
Commit
b363a329
authored
Apr 20, 2010
by
Quanah Gibson-Mount
Browse files
ITS#5804 documentation update
parent
916b02e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b363a329
...
...
@@ -51,6 +51,7 @@ OpenLDAP 2.4.22 Engineering
Documentation
admin24 avoid explicity moduleload statements (ITS#6486)
admin24 broken link fixes (ITS#6493,ITS#6515)
slapd.access(5) val.regex explanation (ITS#5804)
OpenLDAP 2.4.21 Release (2009/12/20)
Fixed liblutil for negative microsecond offsets (ITS#6405)
...
...
doc/man/man5/slapd.access.5
View file @
b363a329
...
...
@@ -257,6 +257,24 @@ resulting in base, onelevel, subtree or children match, respectively.
The dn, filter, and attrs statements are additive; they can be used in sequence
to select entities the access rule applies to based on naming context,
value and attribute type simultaneously.
Submatches resulting from
.B regex
matching can be dereferenced in the
.B <who>
field using the syntax
.IR ${v<n>} ,
where
.I <n>
is the submatch number.
The default syntax,
.IR $<n> ,
is actually an alias for
.IR ${d<n>} ,
that corresponds to dereferencing submatches from the
.B dnpattern
portion of the
.B <what>
field.
.SH THE <WHO> FIELD
The field
.B <who>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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