mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 15:23:11 -05:00
allow '-o value-check={yes|no}' for optional value checking, disabled in quick mode (ITS#6592)
This commit is contained in:
parent
856f1b401a
commit
8a8daa383e
1 changed files with 7 additions and 1 deletions
|
|
@ -147,7 +147,13 @@ Possible generic options/values are:
|
|||
syslog\-level=<level> (see `\-S' in slapd(8))
|
||||
syslog\-user=<user> (see `\-l' in slapd(8))
|
||||
|
||||
.fi
|
||||
schema-check={yes|no}
|
||||
value-check={yes|no}
|
||||
|
||||
.in
|
||||
The \fIschema\-check\fR option toggles schema checking (default on);
|
||||
the \fIvalue\-check\fR option toggles value checking (default off).
|
||||
The latter is incompatible with \fB-q\fR.
|
||||
.TP
|
||||
.B \-q
|
||||
enable quick (fewer integrity checks) mode. Does fewer consistency checks
|
||||
|
|
|
|||
Loading…
Reference in a new issue