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
f136de0a
Commit
f136de0a
authored
Nov 10, 2008
by
Howard Chu
Browse files
ITS#4556 add_content_acl keyword
parent
b613ab25
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
f136de0a
...
...
@@ -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
...
...
doc/man/man5/slapd.conf.5
View file @
f136de0a
...
...
@@ -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
...
...
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