]> git.sur5r.net Git - openldap/commitdiff
Better examples
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:26:01 +0000 (19:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Nov 2002 19:26:01 +0000 (19:26 +0000)
servers/slapd/slapd.conf

index 0c39145cde5972b5cafd1fe619a67be8c5add6fe..cfdf733971fd6ee03626c6aebc2dc3ebca3caa6b 100644 (file)
@@ -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