mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
The overlay creates the suffix entry automatically.
This commit is contained in:
parent
f2ee760e92
commit
a6adcedecc
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ directive.
|
|||
.B logdb <suffix>
|
||||
Specify the suffix of a database to be used for storing the log records.
|
||||
The specified database must have already been configured in a prior section
|
||||
of the config file. The suffix entry of the database must also already
|
||||
exist. The log entries will be generated as the immediate children of the
|
||||
suffix entry.
|
||||
of the config file. The suffix entry of the log database will be created
|
||||
automatically by this overlay. The log entries will be generated as the
|
||||
immediate children of the suffix entry.
|
||||
.TP
|
||||
.B logops <operations>
|
||||
Specify which types of operations to log. The valid operation types are
|
||||
|
|
|
|||
Loading…
Reference in a new issue