mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 00:45:01 -05:00
Align with slapd.access(5) man page (ITS#4522)
This commit is contained in:
parent
f35a55398a
commit
57bf83b1e0
2 changed files with 4 additions and 4 deletions
|
|
@ -433,7 +433,7 @@ databases.
|
|||
This marks the beginning of a new {{TERM:BDB}} database instance.
|
||||
|
||||
|
||||
H4: olcAccess: to <what> [ by <who> <accesslevel> <control> ]+
|
||||
H4: olcAccess: to <what> [ by <who> [<accesslevel>] [<control>] ]+
|
||||
|
||||
This directive grants access (specified by <accesslevel>) to a
|
||||
set of entries and/or attributes (specified by <what>) by one or
|
||||
|
|
@ -1013,7 +1013,7 @@ The general form of the olcAccess configuration is:
|
|||
|
||||
> olcAccess: <access directive>
|
||||
> <access directive> ::= to <what>
|
||||
> [by <who> <access> <control>]+
|
||||
> [by <who> [<access>] [<control>] ]+
|
||||
> <what> ::= * |
|
||||
> [dn[.<basic-style>]=<regex> | dn.<scope-style>=<DN>]
|
||||
> [filter=<ldapfilter>] [attrs=<attrlist>]
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ database definition. Arguments that should be replaced
|
|||
by actual text are shown in brackets {{EX:<>}}.
|
||||
|
||||
|
||||
H4: access to <what> [ by <who> <accesslevel> <control> ]+
|
||||
H4: access to <what> [ by <who> [<accesslevel>] [<control>] ]+
|
||||
|
||||
This directive grants access (specified by <accesslevel>) to a
|
||||
set of entries and/or attributes (specified by <what>) by one or
|
||||
|
|
@ -593,7 +593,7 @@ access configuration file directive. The general form of an
|
|||
access line is:
|
||||
|
||||
> <access directive> ::= access to <what>
|
||||
> [by <who> <access> <control>]+
|
||||
> [by <who> [<access>] [<control>] ]+
|
||||
> <what> ::= * |
|
||||
> [dn[.<basic-style>]=<regex> | dn.<scope-style>=<DN>]
|
||||
> [filter=<ldapfilter>] [attrs=<attrlist>]
|
||||
|
|
|
|||
Loading…
Reference in a new issue