mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
(very) basic documentation of "m"anage access
This commit is contained in:
parent
eb9a3c1876
commit
e1b3ad0590
@ -665,8 +665,8 @@ field will have.
|
|||||||
Its component are defined as
|
Its component are defined as
|
||||||
.LP
|
.LP
|
||||||
.nf
|
.nf
|
||||||
<level> ::= none|disclose|auth|compare|search|read|write
|
<level> ::= none|disclose|auth|compare|search|read|write|manage
|
||||||
<priv> ::= {=|+|-}{w|r|s|c|x|d|0}+
|
<priv> ::= {=|+|-}{m|w|r|s|c|x|d|0}+
|
||||||
.fi
|
.fi
|
||||||
.LP
|
.LP
|
||||||
The modifier
|
The modifier
|
||||||
@ -699,8 +699,8 @@ The possible levels are
|
|||||||
and
|
and
|
||||||
.BR write .
|
.BR write .
|
||||||
Each access level implies all the preceding ones, thus
|
Each access level implies all the preceding ones, thus
|
||||||
.B write
|
.B manage
|
||||||
access will imply all accesses.
|
grants all access including administrative access,
|
||||||
.LP
|
.LP
|
||||||
The
|
The
|
||||||
.B none
|
.B none
|
||||||
@ -733,6 +733,8 @@ and
|
|||||||
.B -
|
.B -
|
||||||
signs add/remove access privileges to the existing ones.
|
signs add/remove access privileges to the existing ones.
|
||||||
The privileges are
|
The privileges are
|
||||||
|
.B m
|
||||||
|
for manage,
|
||||||
.B w
|
.B w
|
||||||
for write,
|
for write,
|
||||||
.B r
|
.B r
|
||||||
|
Loading…
Reference in New Issue
Block a user