From 5e572b5debbe047e5a856fe0d19d88745edb6a93 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 26 Nov 2002 17:56:51 +0000 Subject: [PATCH] Clean up examples --- servers/slapd/slapd.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 -- 2.39.5