mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4556 clarify Add requirements
This commit is contained in:
parent
97c77e0d08
commit
dd809b26c6
@ -1237,8 +1237,10 @@ used here.
|
|||||||
.B olcAddContentAcl: TRUE | FALSE
|
.B olcAddContentAcl: TRUE | FALSE
|
||||||
Controls whether Add operations will perform ACL checks on
|
Controls whether Add operations will perform ACL checks on
|
||||||
the content of the entry being added. This check is off
|
the content of the entry being added. This check is off
|
||||||
by default; usually only Write access to the parent entry's
|
by default. See the
|
||||||
children pseudo-attribute is required.
|
.BR slapd.access (5)
|
||||||
|
manual page for more details on ACL requirements for
|
||||||
|
Add operations.
|
||||||
.TP
|
.TP
|
||||||
.B olcHidden: TRUE | FALSE
|
.B olcHidden: TRUE | FALSE
|
||||||
Controls whether the database will be used to answer
|
Controls whether the database will be used to answer
|
||||||
|
@ -911,7 +911,15 @@ When adding the suffix entry of a database,
|
|||||||
.B add
|
.B add
|
||||||
access to
|
access to
|
||||||
.B children
|
.B children
|
||||||
of the empty DN ("") is required.
|
of the empty DN ("") is required. Also if
|
||||||
|
Add content ACL checking has been configured on
|
||||||
|
the database (see the
|
||||||
|
.BR slapd.conf (5)
|
||||||
|
or
|
||||||
|
.BR slapd-config (5)
|
||||||
|
manual page),
|
||||||
|
.B add (=a)
|
||||||
|
will be required on all of the attributes being added.
|
||||||
|
|
||||||
.LP
|
.LP
|
||||||
The
|
The
|
||||||
|
@ -1165,8 +1165,10 @@ depending on which backend will serve the database.
|
|||||||
.B add_content_acl on | off
|
.B add_content_acl on | off
|
||||||
Controls whether Add operations will perform ACL checks on
|
Controls whether Add operations will perform ACL checks on
|
||||||
the content of the entry being added. This check is off
|
the content of the entry being added. This check is off
|
||||||
by default; usually only Write access to the parent entry's
|
by default. See the
|
||||||
children pseudo-attribute is required.
|
.BR slapd.access (5)
|
||||||
|
manual page for more details on ACL requirements for
|
||||||
|
Add operations.
|
||||||
.TP
|
.TP
|
||||||
.B hidden on | off
|
.B hidden on | off
|
||||||
Controls whether the database will be used to answer
|
Controls whether the database will be used to answer
|
||||||
|
Loading…
Reference in New Issue
Block a user