mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#6258 add -n option to slaptest
This commit is contained in:
parent
66570ad5f1
commit
533e9b7401
@ -118,6 +118,7 @@ configuration file. The config database
|
||||
.BR slapd\-config (5),
|
||||
is always the first database, so use
|
||||
.B \-n 0
|
||||
to select it.
|
||||
|
||||
The
|
||||
.B \-n
|
||||
|
@ -13,6 +13,8 @@ slaptest \- Check the suitability of the OpenLDAP slapd.conf file
|
||||
[\c
|
||||
.BI \-F \ confdir\fR]
|
||||
[\c
|
||||
.BI \-n dbnum\fR]
|
||||
[\c
|
||||
.BI \-o \ option\fR[ = value\fR]]
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
@ -62,6 +64,15 @@ config file. If a valid config directory exists then the
|
||||
default config file is ignored. If dry-run mode is also specified,
|
||||
no conversion will occur.
|
||||
.TP
|
||||
.BI \-n \ dbnum
|
||||
Add entries to the \fIdbnum\fR-th database listed in the
|
||||
configuration file.
|
||||
To only test the config database
|
||||
.BR slapd\-config (5),
|
||||
use
|
||||
.B \-n 0
|
||||
as it is always the first database.
|
||||
.TP
|
||||
.BI \-o \ option\fR[ = value\fR]
|
||||
Specify an
|
||||
.I option
|
||||
|
Loading…
Reference in New Issue
Block a user