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
Nadezhda Ivanova
OpenLDAP
Commits
ef8341e4
Commit
ef8341e4
authored
Feb 24, 2003
by
Kurt Zeilenga
Browse files
Sync with HEAD
parent
892cbdbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd.access.5
View file @
ef8341e4
...
...
@@ -78,31 +78,36 @@ stands for all the entries.
The statement
.B dn=<pattern>
selects the entries based on their naming context.
The optional style qualifi
cato
r
The optional style qualifi
e
r
.B <dnstyle>
can be
.BR regex ,
which implies a regular expression pattern, as detailed in
.B regex
(the default) implies that
.B pattern
is a regular expression, as detailed in
.BR regex (7),
will be used (the default),
matching a normalized string representation of the entry's DN.
The regex form of the pattern does not support UTF-8 yet.
.LP
For all other qualifiers, the pattern is a string representation of
the entry's DN.
.B base
or
.B exact
(an alias of
.BR base )
for an exact match of the entry,
indicates the entry whose DN is equal to the pattern.
.B one
to indicate all the entries immediately below the
.BR pattern ,
.B subtree
to indicate all
the sub
entries
of an entry including the entry itself
,
to indicate all entries
in the subtree at the pattern
,
.B children
to indicate all
the sub
entries
of an entry not including the entry itself
.
to indicate all entries
below (subordinate) to the pattern
.
Note that
.B dn=".*"
is equivalent to
.BR * .
The regex form of the pattern does not support UTF-8 yet.
.LP
The statement
.B filter=<ldapfilter>
...
...
@@ -184,19 +189,18 @@ being accessed and the requesting entry must be the same).
.LP
The statement
.B dn=<pattern>
means that access is granted to the matching
dn
.
The optional style qualifi
cato
r
means that access is granted to the matching
DN
.
The optional style qualifi
e
r
.B dnstyle
allows the same choices of the dn form of the
.B <what>
field.
In detail, the
field. In addition, the
.B regex
form of
.B pattern
can exploit substring substitution of submatches in the
.B <what>
dn by using the form
dn
.regex clause
by using the form
.BR $<digit> ,
with
.B digit
...
...
@@ -204,22 +208,22 @@ ranging from 1 to 9.
.LP
The statement
.B dnattr=<attrname>
means that access is granted to requests whose
dn
is listed in the
means that access is granted to requests whose
DN
is listed in the
entry being accessed under the
.B attrname
attribute.
.LP
The statement
.B group=<pattern>
means that access is granted to requests whose
dn
is listed
in the group entry whose
dn
is given by
means that access is granted to requests whose
DN
is listed
in the group entry whose
DN
is given by
.BR pattern .
The optional parameters
.B objectclass
and
.B attrname
define the objectClass and the member attributeType of the group entry.
The optional style qualifi
cato
r
The optional style qualifi
e
r
.B style
can be
.BR regex ,
...
...
@@ -231,7 +235,7 @@ or
.B exact
(an alias of
.BR base ),
which means that
an
exact match will be used.
which means that exact match will be used.
.LP
The statements
.BR peername=<pattern> ,
...
...
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