From f401ac275a91d99808d5d21d35368d0490907fc2 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 15 Oct 2008 08:19:33 +0000 Subject: [PATCH] Add checksum keyword for enabling checksum validation of DB pages --- doc/man/man5/slapd-bdb.5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 3ba1cf459c..b02a63b79e 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -59,6 +59,10 @@ Both arguments default to zero, in which case they are ignored. When the \fI\fP argument is non-zero, an internal task will run every \fI\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 \ Specify the pathname of a file containing an encryption key to use for -- 2.39.5