Skip to content
Snippets Groups Projects
Commit 40dd5dea authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#9674 - Fix missing TP tag and document default

parent 5eba9264
No related branches found
No related tags found
No related merge requests found
...@@ -1752,12 +1752,14 @@ before this keyword may be set. This mode also requires a ...@@ -1752,12 +1752,14 @@ before this keyword may be set. This mode also requires a
.B olcServerID .B olcServerID
(see above) to be configured. (see above) to be configured.
By default, this setting is FALSE. By default, this setting is FALSE.
.TP
.B olcMonitoring: TRUE | FALSE .B olcMonitoring: TRUE | FALSE
This option enables database-specific monitoring in the entry related This option enables database-specific monitoring in the entry related
to the current database in the "cn=Databases,cn=Monitor" subtree to the current database in the "cn=Databases,cn=Monitor" subtree
of the monitor database, if the monitor database is enabled. of the monitor database, if the monitor database is enabled.
Currently, only the MDB database provides database-specific monitoring. 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 .TP
.B olcPlugin: <plugin_type> <lib_path> <init_function> [<arguments>] .B olcPlugin: <plugin_type> <lib_path> <init_function> [<arguments>]
Configure a SLAPI plugin. See the Configure a SLAPI plugin. See the
......
...@@ -1661,7 +1661,8 @@ This option enables database-specific monitoring in the entry related ...@@ -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 to the current database in the "cn=Databases,cn=Monitor" subtree
of the monitor database, if the monitor database is enabled. of the monitor database, if the monitor database is enabled.
Currently, only the MDB database provides database-specific monitoring. 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 .TP
.B overlay <overlay-name> .B overlay <overlay-name>
Add the specified overlay to this database. An overlay is a piece of Add the specified overlay to this database. An overlay is a piece of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment