From: Hallvard Furuseth Date: Mon, 3 May 1999 22:55:27 +0000 (+0000) Subject: ITS#118: Remove "delete" and add [self] in access levels for "defaultaccess" X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~85 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20f90f30319db10003c8831a91cb6f8fc446b302;p=openldap ITS#118: Remove "delete" and add [self] in access levels for "defaultaccess" --- 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