mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
ITS#6258 add -n option to slaptest
This commit is contained in:
parent
66570ad5f1
commit
533e9b7401
2 changed files with 12 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ configuration file. The config database
|
||||||
.BR slapd\-config (5),
|
.BR slapd\-config (5),
|
||||||
is always the first database, so use
|
is always the first database, so use
|
||||||
.B \-n 0
|
.B \-n 0
|
||||||
|
to select it.
|
||||||
|
|
||||||
The
|
The
|
||||||
.B \-n
|
.B \-n
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ slaptest \- Check the suitability of the OpenLDAP slapd.conf file
|
||||||
[\c
|
[\c
|
||||||
.BI \-F \ confdir\fR]
|
.BI \-F \ confdir\fR]
|
||||||
[\c
|
[\c
|
||||||
|
.BI \-n dbnum\fR]
|
||||||
|
[\c
|
||||||
.BI \-o \ option\fR[ = value\fR]]
|
.BI \-o \ option\fR[ = value\fR]]
|
||||||
[\c
|
[\c
|
||||||
.BR \-Q ]
|
.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,
|
default config file is ignored. If dry-run mode is also specified,
|
||||||
no conversion will occur.
|
no conversion will occur.
|
||||||
.TP
|
.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]
|
.BI \-o \ option\fR[ = value\fR]
|
||||||
Specify an
|
Specify an
|
||||||
.I option
|
.I option
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue