]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapd.conf
NVALUES: fix a couple of value_find_ex() calls
[openldap] / servers / slapd / slapd.conf
index cfdf733971fd6ee03626c6aebc2dc3ebca3caa6b..679cbbf9366317e96f83bdd09e7396427af2c91d 100644 (file)
@@ -34,12 +34,14 @@ argsfile    %LOCALSTATEDIR%/slapd.args
 
 # Sample access control policy:
 #      Root DSE: allow anyone to read it
+#      Subschema (sub)entry 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 dn.base="cn=Subschema" by * read
 # access to *
 #      by self write
 #      by users read