]> git.sur5r.net Git - openldap/commitdiff
Add ACL example
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Sep 2001 22:00:31 +0000 (22:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Sep 2001 22:00:31 +0000 (22:00 +0000)
servers/slapd/slapd.conf

index d86d80158dbc35f4cbd85dec1b36cbbe49a958fd..fdc682fc77dddbdd47c80b4069170c615e1ae272 100644 (file)
@@ -21,6 +21,24 @@ argsfile     %LOCALSTATEDIR%/slapd.args
 # moduleload   back_passwd.la
 # moduleload   back_shell.la
 
+#
+# Sample Access Control
+#      Allow read access of root DSE
+#      Allow self write access
+#      Allow authenticated users read access
+#      Allow anonymous users to authenticate
+#
+#access to dn="" by * read
+#access to *
+#      by self write
+#      by users read
+#      by anonymous auth
+#
+# if no access controls are present, the default is:
+#      Allow read by all
+#
+# rootdn can always write!
+
 #######################################################################
 # ldbm database definitions
 #######################################################################