]> git.sur5r.net Git - openldap/commitdiff
ITS#4556 add_content_acl keyword
authorHoward Chu <hyc@openldap.org>
Mon, 10 Nov 2008 22:18:12 +0000 (22:18 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 10 Nov 2008 22:18:12 +0000 (22:18 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index 4c22b3eef233544da9e3c6efac6bd71a555864d4..c028e70aa79bfb932b0921332877d0e88ccb26ef 100644 (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
index 8a7f8e8477e4b5887d4f1253e04e1c32e31505a5..84c8c698c68190493cf44190fc8bb1eb747adc21 100644 (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