mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#4089 add -g option to disable gluing
This commit is contained in:
parent
533394d641
commit
f2b4a50e75
@ -8,6 +8,7 @@ slapadd \- Add entries to a SLAPD database
|
|||||||
.B SBINDIR/slapadd
|
.B SBINDIR/slapadd
|
||||||
.B [\-v]
|
.B [\-v]
|
||||||
.B [\-c]
|
.B [\-c]
|
||||||
|
.B [\-g]
|
||||||
.B [\-u]
|
.B [\-u]
|
||||||
.B [\-q]
|
.B [\-q]
|
||||||
.B [\-w]
|
.B [\-w]
|
||||||
@ -29,7 +30,7 @@ suffix and adds entries corresponding to the provided LDIF to
|
|||||||
the database.
|
the database.
|
||||||
Databases configured as
|
Databases configured as
|
||||||
.B subordinate
|
.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.
|
The LDIF input is read from standard input or the specified file.
|
||||||
.LP
|
.LP
|
||||||
As
|
As
|
||||||
@ -48,6 +49,10 @@ enable verbose mode.
|
|||||||
.B \-c
|
.B \-c
|
||||||
enable continue (ignore errors) mode.
|
enable continue (ignore errors) mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-g
|
||||||
|
disable subordinate gluing. Only the specified database will be
|
||||||
|
processed, and not its glued subordinates (if any).
|
||||||
|
.TP
|
||||||
.B \-u
|
.B \-u
|
||||||
enable dry-run (don't write to backend) mode.
|
enable dry-run (don't write to backend) mode.
|
||||||
.TP
|
.TP
|
||||||
|
@ -8,6 +8,7 @@ slapcat \- SLAPD database to LDIF utility
|
|||||||
.B SBINDIR/slapcat
|
.B SBINDIR/slapcat
|
||||||
.B [\-v]
|
.B [\-v]
|
||||||
.B [\-c]
|
.B [\-c]
|
||||||
|
.B [\-g]
|
||||||
.B [\-d level]
|
.B [\-d level]
|
||||||
.B [\-b suffix]
|
.B [\-b suffix]
|
||||||
.B [\-n dbnum]
|
.B [\-n dbnum]
|
||||||
@ -30,7 +31,7 @@ suffix and writes the corresponding LDIF to standard output or
|
|||||||
the specified file.
|
the specified file.
|
||||||
Databases configured as
|
Databases configured as
|
||||||
.B subordinate
|
.B subordinate
|
||||||
of this one are also output.
|
of this one are also output, unless \fB-g\fP is specified.
|
||||||
.LP
|
.LP
|
||||||
The LDIF generated by this tool is suitable for use with
|
The LDIF generated by this tool is suitable for use with
|
||||||
.BR slapadd (8).
|
.BR slapadd (8).
|
||||||
@ -46,6 +47,10 @@ Enable verbose mode.
|
|||||||
.B \-c
|
.B \-c
|
||||||
Enable continue (ignore errors) mode.
|
Enable continue (ignore errors) mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-g
|
||||||
|
disable subordinate gluing. Only the specified database will be
|
||||||
|
processed, and not its glued subordinates (if any).
|
||||||
|
.TP
|
||||||
.BI \-d " level"
|
.BI \-d " level"
|
||||||
Enable debugging messages as defined by the specified
|
Enable debugging messages as defined by the specified
|
||||||
.IR level .
|
.IR level .
|
||||||
|
@ -8,6 +8,7 @@ slapindex \- SLAPD index to LDIF utility
|
|||||||
.B SBINDIR/slapindex
|
.B SBINDIR/slapindex
|
||||||
.B [\-v]
|
.B [\-v]
|
||||||
.B [\-c]
|
.B [\-c]
|
||||||
|
.B [\-g]
|
||||||
.B [\-q]
|
.B [\-q]
|
||||||
.B [\-d level]
|
.B [\-d level]
|
||||||
.B [\-b suffix]
|
.B [\-b suffix]
|
||||||
@ -27,7 +28,7 @@ suffix and updates the indices for all values of all attributes
|
|||||||
of all entries.
|
of all entries.
|
||||||
Databases configured as
|
Databases configured as
|
||||||
.B subordinate
|
.B subordinate
|
||||||
of this one are also re-indexed.
|
of this one are also re-indexed, unless \fB-g\fP is specified.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
.B \-v
|
||||||
@ -36,6 +37,10 @@ enable verbose mode.
|
|||||||
.B \-c
|
.B \-c
|
||||||
enable continue (ignore errors) mode.
|
enable continue (ignore errors) mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-g
|
||||||
|
disable subordinate gluing. Only the specified database will be
|
||||||
|
processed, and not its glued subordinates (if any).
|
||||||
|
.TP
|
||||||
.B \-q
|
.B \-q
|
||||||
enable quick (fewer integrity checks) mode. Performs no consistency checks
|
enable quick (fewer integrity checks) mode. Performs no consistency checks
|
||||||
when writing the database. Improves indexing time, but if any errors or
|
when writing the database. Improves indexing time, but if any errors or
|
||||||
|
Loading…
Reference in New Issue
Block a user