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

ITS#4089 add -g option to disable gluing

parent 533394d6
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ slapadd \- Add entries to a SLAPD database
.B SBINDIR/slapadd
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-u]
.B [\-q]
.B [\-w]
......@@ -29,7 +30,7 @@ suffix and adds entries corresponding to the provided LDIF to
the database.
Databases configured as
.B subordinate
of this one are also updated.
of this one are also updated, unless \fB-g\fP is specified.
The LDIF input is read from standard input or the specified file.
.LP
As
......@@ -48,6 +49,10 @@ enable verbose mode.
.B \-c
enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.B \-u
enable dry-run (don't write to backend) mode.
.TP
......
......@@ -8,6 +8,7 @@ slapcat \- SLAPD database to LDIF utility
.B SBINDIR/slapcat
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-d level]
.B [\-b suffix]
.B [\-n dbnum]
......@@ -30,7 +31,7 @@ suffix and writes the corresponding LDIF to standard output or
the specified file.
Databases configured as
.B subordinate
of this one are also output.
of this one are also output, unless \fB-g\fP is specified.
.LP
The LDIF generated by this tool is suitable for use with
.BR slapadd (8).
......@@ -46,6 +47,10 @@ Enable verbose mode.
.B \-c
Enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.BI \-d " level"
Enable debugging messages as defined by the specified
.IR level .
......
......@@ -8,6 +8,7 @@ slapindex \- SLAPD index to LDIF utility
.B SBINDIR/slapindex
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-q]
.B [\-d level]
.B [\-b suffix]
......@@ -27,7 +28,7 @@ suffix and updates the indices for all values of all attributes
of all entries.
Databases configured as
.B subordinate
of this one are also re-indexed.
of this one are also re-indexed, unless \fB-g\fP is specified.
.SH OPTIONS
.TP
.B \-v
......@@ -36,6 +37,10 @@ enable verbose mode.
.B \-c
enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.B \-q
enable quick (fewer integrity checks) mode. Performs no consistency checks
when writing the database. Improves indexing time, but if any errors or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment