From: Kurt Zeilenga Date: Tue, 26 Nov 2002 19:26:01 +0000 (+0000) Subject: Better examples X-Git-Tag: OPENLDAP_REL_ENG_2_1_9~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2062fc65f6552a85307d75b7737528e760783973;p=openldap Better examples --- diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 0c39145cde..cfdf733971 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -33,13 +33,14 @@ argsfile %LOCALSTATEDIR%/slapd.args # security ssf=1 update_ssf=112 simple_bind=64 # Sample access control policy: -# Allow read access of root DSE -# Allow self write access -# Allow authenticated users read access -# Allow anonymous users to authenticate -# Directives needed to implement policy: -#access to dn.base="" by * read -#access to * +# Root DSE: allow anyone to read it +# Other DSEs: +# Allow self write access +# Allow authenticated users read access +# Allow anonymous users to authenticate +# Directives needed to implement policy: +# access to dn.base="" by * read +# access to * # by self write # by users read # by anonymous auth