mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9674 - Fix missing TP tag and document default
This commit is contained in:
parent
c0ccd60633
commit
212e0826f6
2 changed files with 5 additions and 2 deletions
|
|
@ -1733,12 +1733,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
|
||||
|
|
|
|||
|
|
@ -1643,7 +1643,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue