mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#5189 add note about db_stat and slapd needing to be run when using quick mode.
This commit is contained in:
parent
029a05a8d5
commit
952d8e9d47
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ Possible generic options/values are:
|
|||
enable quick (fewer integrity checks) mode. Does fewer consistency checks
|
||||
on the input data, and no consistency checks when writing the database.
|
||||
Improves the load time but if any errors or interruptions occur the resulting
|
||||
database will be unusable.
|
||||
database will be unusable. Note that slapd must be run once before the db_stat
|
||||
command can be used with the resulting database.
|
||||
.TP
|
||||
.B -s
|
||||
disable schema checking. This option is intended to be used when loading
|
||||
|
|
|
|||
Loading…
Reference in a new issue