From aabcce3e583ad0489ec5c910f97e0036865a2de2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 19 Dec 2003 05:06:51 +0000 Subject: [PATCH] Document +0 --- doc/man/man5/slapd.access.5 | 6 ++++-- servers/slapd/aclparse.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5 index c01b7ce4ba..a3e7906b65 100644 --- a/doc/man/man5/slapd.access.5 +++ b/doc/man/man5/slapd.access.5 @@ -374,7 +374,7 @@ Its component are defined as .LP .nf ::= none|auth|compare|search|read|write - ::= {=|+|-}{w|r|s|c|x}+ + ::= {=|+|-}{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 diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index 67081a149f..dc3c7d5812 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -1396,7 +1396,7 @@ acl_usage( void ) "