mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4556 add_content_acl keyword
This commit is contained in:
parent
b613ab25b0
commit
f136de0a75
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user