Align with slapd.access(5) man page (ITS#4522)

This commit is contained in:
Ralf Haferkamp 2006-05-12 12:28:42 +00:00
parent f35a55398a
commit 57bf83b1e0
2 changed files with 4 additions and 4 deletions

View file

@ -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>]

View file

@ -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>]