From 20f90f30319db10003c8831a91cb6f8fc446b302 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 3 May 1999 22:55:27 +0000 Subject: [PATCH] ITS#118: Remove "delete" and add [self] in access levels for "defaultaccess" --- doc/man/man5/slapd.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 4f7ee624a0..5fb59fa829 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -103,7 +103,7 @@ distinguished name .RE .TP .B -defaultaccess { none | compare | search | read | write | delete } +defaultaccess [self]{ none | compare | search | read | write } Specify the default access to grant requestors not matched by any other access line. The default behavior is to grant read access. .TP -- 2.39.5