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
openldap
OpenLDAP
Commits
f38b7b9f
Commit
f38b7b9f
authored
Sep 10, 2021
by
Quanah Gibson-Mount
Browse files
ITS
#9674
- Fix missing TP tag and document default
parent
bfe3d19e
Pipeline
#3488
passed with stage
in 44 minutes and 42 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
f38b7b9f
...
...
@@ -1752,12 +1752,14 @@ before this keyword may be set. This mode also requires a
.B olcServerID
(see above) to be configured.
By default, this setting is FALSE.
.TP
.B olcMonitoring: TRUE | FALSE
This option enables database-specific monitoring in the entry related
to the current database in the "cn=Databases,cn=Monitor" subtree
of the monitor database, if the monitor database is enabled.
Currently, only the MDB database provides database-specific monitoring.
The default depends on the backend type.
If monitoring is supported by the backend it defaults to TRUE, otherwise
FALSE.
.TP
.B olcPlugin: <plugin_type> <lib_path> <init_function> [<arguments>]
Configure a SLAPI plugin. See the
...
...
doc/man/man5/slapd.conf.5
View file @
f38b7b9f
...
...
@@ -1661,7 +1661,8 @@ This option enables database-specific monitoring in the entry related
to the current database in the "cn=Databases,cn=Monitor" subtree
of the monitor database, if the monitor database is enabled.
Currently, only the MDB database provides database-specific monitoring.
The default depends on the backend type.
If monitoring is supported by the backend it defaults to on, otherwise
off.
.TP
.B overlay <overlay-name>
Add the specified overlay to this database. An overlay is a piece of
...
...
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