mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 21:32:58 -05:00
Add checksum keyword for enabling checksum validation of DB pages
This commit is contained in:
parent
3be39979ea
commit
f401ac275a
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ Both arguments default to zero, in which case they are ignored. When
|
|||
the \fI<min>\fP argument is non-zero, an internal task will run every
|
||||
\fI<min>\fP minutes to perform the checkpoint.
|
||||
See the Berkeley DB reference guide for more details.
|
||||
.TB
|
||||
.B checksum
|
||||
Enable checksum validation of DB pages whenever they are read from disk.
|
||||
This setting can only be configured before any database files are created.
|
||||
.TP
|
||||
.BI cryptfile \ <file>
|
||||
Specify the pathname of a file containing an encryption key to use for
|
||||
|
|
|
|||
Loading…
Reference in a new issue