Skip to content
Snippets Groups Projects
Commit 57bf83b1 authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

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

parent f35a5539
No related branches found
No related tags found
No related merge requests found
......@@ -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>]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment