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
|
||||
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.
|
||||
by default. See the
|
||||
.BR slapd.access (5)
|
||||
manual page for more details on ACL requirements for
|
||||
Add operations.
|
||||
.TP
|
||||
.B olcHidden: TRUE | FALSE
|
||||
Controls whether the database will be used to answer
|
||||
|
@ -911,7 +911,15 @@ When adding the suffix entry of a database,
|
||||
.B add
|
||||
access to
|
||||
.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
|
||||
The
|
||||
|
@ -1165,8 +1165,10 @@ depending on which backend will serve the database.
|
||||
.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.
|
||||
by default. See the
|
||||
.BR slapd.access (5)
|
||||
manual page for more details on ACL requirements for
|
||||
Add operations.
|
||||
.TP
|
||||
.B hidden on | off
|
||||
Controls whether the database will be used to answer
|
||||
|
Loading…
Reference in New Issue
Block a user