mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Document +0
This commit is contained in:
parent
492aee7cd1
commit
aabcce3e58
@ -374,7 +374,7 @@ Its component are defined as
|
||||
.LP
|
||||
.nf
|
||||
<level> ::= none|auth|compare|search|read|write
|
||||
<priv> ::= {=|+|-}{w|r|s|c|x}+
|
||||
<priv> ::= {=|+|-}{w|r|s|c|x|0}+
|
||||
.fi
|
||||
.LP
|
||||
The modifier
|
||||
@ -438,7 +438,9 @@ for search,
|
||||
for compare, and
|
||||
.B x
|
||||
for authentication.
|
||||
More than one privilege can be added in one statement.
|
||||
More than one of the above privileges can be added in one statement.
|
||||
.B 0
|
||||
indicates no privileges and is used only by itself (e.g., +0).
|
||||
.LP
|
||||
The optional field
|
||||
.B <control>
|
||||
|
@ -1396,7 +1396,7 @@ acl_usage( void )
|
||||
"<style> ::= regex | base | exact\n"
|
||||
"<access> ::= [self]{<level>|<priv>}\n"
|
||||
"<level> ::= none | auth | compare | search | read | write\n"
|
||||
"<priv> ::= {=|+|-}{w|r|s|c|x}+\n"
|
||||
"<priv> ::= {=|+|-}{w|r|s|c|x|0}+\n"
|
||||
"<control> ::= [ stop | continue | break ]\n"
|
||||
);
|
||||
exit( EXIT_FAILURE );
|
||||
|
Loading…
Reference in New Issue
Block a user