Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
dd809b26
Commit
dd809b26
authored
Nov 10, 2008
by
Howard Chu
Browse files
ITS
#4556
clarify Add requirements
parent
97c77e0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
dd809b26
...
...
@@ -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
...
...
doc/man/man5/slapd.access.5
View file @
dd809b26
...
...
@@ -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
...
...
doc/man/man5/slapd.conf.5
View file @
dd809b26
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment