ITS#4556 add_content_acl keyword

This commit is contained in:
Howard Chu 2008-11-10 22:18:12 +00:00
parent b613ab25b0
commit f136de0a75
2 changed files with 12 additions and 0 deletions

View File

@ -1234,6 +1234,12 @@ which they are defined. They are supported by every
type of backend. All of the Global Database Options may also be
used here.
.TP
.B olcAddContentAcl TRUE | FALSE
Controls whether Add operations will perform ACL checks on
the content of the entry being added. This check is off
by default; usually only Write access to the parent entry's
children pseudo-attribute is required.
.TP
.B olcHidden: TRUE | FALSE
Controls whether the database will be used to answer
queries. A database that is hidden will never be

View File

@ -1162,6 +1162,12 @@ or
.BR sql ,
depending on which backend will serve the database.
.TP
.B add_content_acl on | off
Controls whether Add operations will perform ACL checks on
the content of the entry being added. This check is off
by default; usually only Write access to the parent entry's
children pseudo-attribute is required.
.TP
.B hidden on | off
Controls whether the database will be used to answer
queries. A database that is hidden will never be