Skip to content
Snippets Groups Projects
Commit aabcce3e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Document +0

parent 492aee7c
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
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