mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ITS#4555 add -j option
This commit is contained in:
parent
59ca2d198f
commit
09c26b0356
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ slapadd \- Add entries to a SLAPD database
|
|||
.B [\-d level]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-j lineno]
|
||||
.B [\-l ldif-file]
|
||||
.B [\-n dbnum]
|
||||
.B [\-o name[=value]
|
||||
|
|
@ -81,6 +82,11 @@ no conversion will occur.
|
|||
disable subordinate gluing. Only the specified database will be
|
||||
processed, and not its glued subordinates (if any).
|
||||
.TP
|
||||
.BI \-j " lineno"
|
||||
Jump to the specified line number in the LDIF file before processing
|
||||
any entries. This allows a load that was aborted due to errors in the
|
||||
input LDIF to be resumed after the errors are corrected.
|
||||
.TP
|
||||
.BI \-l " ldif-file"
|
||||
Read LDIF from the specified file instead of standard input.
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue