mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Add comment concerning 'directory' LDBM option... a separate directory
must be specified for each database.
This commit is contained in:
parent
5681a79d96
commit
58987407fe
1 changed files with 3 additions and 2 deletions
|
|
@ -398,8 +398,9 @@ synchronized with in memory changes. Enabling this option may improve
|
|||
performance at the expense of data security.
|
||||
.TP
|
||||
.B directory <directory>
|
||||
Specify the directory where the LDBM files containing the database and
|
||||
associated indexes live. The default is
|
||||
Specify the directory where the LDBM files containing this database and
|
||||
associated indexes live. A separate directory must be specified for
|
||||
each database. The default is
|
||||
.B /usr/tmp.
|
||||
.TP
|
||||
.B
|
||||
|
|
|
|||
Loading…
Reference in a new issue