]> git.sur5r.net Git - openldap/commitdiff
Document +0
authorKurt Zeilenga <kurt@openldap.org>
Fri, 19 Dec 2003 05:06:51 +0000 (05:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 19 Dec 2003 05:06:51 +0000 (05:06 +0000)
doc/man/man5/slapd.access.5
servers/slapd/aclparse.c

index c01b7ce4babf94931b2d3240d848eac9435b5f08..a3e7906b65cefe4638ae140683914df9d60b5b44 100644 (file)
@@ -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>
index 67081a149ff3d122280cea8f8029020f678803d6..dc3c7d581242701c40b28f770c5e9877013d5261 100644 (file)
@@ -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 );