Add comment about subschema ACLs

This commit is contained in:
Kurt Zeilenga 2003-02-25 19:00:59 +00:00
parent 63efc41728
commit 02b98006f0

View 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