mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Support DB encryption
This commit is contained in:
parent
ddd90958a1
commit
a88f709b8d
1 changed files with 19 additions and 0 deletions
|
|
@ -60,6 +60,25 @@ 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.
|
||||
.TP
|
||||
.BI cryptfile \ <file>
|
||||
Specify the pathname of a file containing an encryption key to use for
|
||||
encrypting the database. Encryption is performed using Berkeley DB's
|
||||
implementation of AES. Note that encryption can only be configured before
|
||||
any database files are created, and changing the key can only be done
|
||||
after destroying the current database and recreating it. Encryption is
|
||||
not enabled by default, and some distributions of Berkeley DB do not
|
||||
support encryption.
|
||||
.TP
|
||||
.BI cryptkey \ <key>
|
||||
Specify an encryption key to use for encrypting the database. This option
|
||||
may be used when a separate
|
||||
.I cryptfile
|
||||
is not desired. Only one of
|
||||
.B cryptkey
|
||||
or
|
||||
.B cryptfile
|
||||
may be configured.
|
||||
.TP
|
||||
.BI dbconfig \ <Berkeley\-DB\-setting>
|
||||
Specify a configuration directive to be placed in the
|
||||
.B DB_CONFIG
|
||||
|
|
|
|||
Loading…
Reference in a new issue