From f136de0a759d6bf1c98f99c61a6d4f238c1ef993 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 10 Nov 2008 22:18:12 +0000 Subject: [PATCH] ITS#4556 add_content_acl keyword --- doc/man/man5/slapd-config.5 | 6 ++++++ doc/man/man5/slapd.conf.5 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 4c22b3eef2..c028e70aa7 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -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 diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 8a7f8e8477..84c8c698c6 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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 -- 2.39.5