Skip to content
Snippets Groups Projects
Commit 09c26b03 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4555 add -j option

parent 59ca2d19
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment