From eed2d5db4d71d2e25353f9de1a266f251b9adee2 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 5 Feb 2003 20:38:42 +0000 Subject: [PATCH] only document 'subtree', but also allow 'sub' --- doc/man/man5/slapd.access.5 | 4 ---- servers/slapd/aclparse.c | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5 index f124f940d5..6ca37a99d6 100644 --- a/doc/man/man5/slapd.access.5 +++ b/doc/man/man5/slapd.access.5 @@ -94,8 +94,6 @@ for an exact match of the entry, .B one to indicate all the entries immediately below the .BR pattern , -.B sub -or .B subtree to indicate all the subentries of an entry including the entry itself, .B children @@ -260,8 +258,6 @@ case apply. The .BR domain clause also allows the -.B sub -or .B subtree style, which succeeds when a fully qualified name exactly matches the .BR domain diff --git a/servers/slapd/aclparse.c b/servers/slapd/aclparse.c index bcf96a8a27..e22f3263ec 100644 --- a/servers/slapd/aclparse.c +++ b/servers/slapd/aclparse.c @@ -1282,7 +1282,7 @@ acl_usage( void ) "\t[aci=]\n" #endif "\t[ssf=] [transport_ssf=] [tls_ssf=] [sasl_ssf=]\n" - " ::= regex | base | exact (alias of base) | one | sub[tree] | children\n" + " ::= regex | base | exact (alias of base) | one | subtree | children\n" "