]> git.sur5r.net Git - openldap/commitdiff
ITS#4089 add -g option to disable gluing
authorHoward Chu <hyc@openldap.org>
Sun, 16 Oct 2005 02:55:51 +0000 (02:55 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 16 Oct 2005 02:55:51 +0000 (02:55 +0000)
doc/man/man8/slapadd.8
doc/man/man8/slapcat.8
doc/man/man8/slapindex.8

index 62352889050d364367f2ae713d7b1e8d404df159..d6ba8c71740d0d4142370f4a23031b864a5867b1 100644 (file)
@@ -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
index 0687bd73b95903405e21943b2b35deba57e29149..62092b4b9c3ad6857a9d96f785cede3e2d305ff5 100644 (file)
@@ -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 .
index 57a0391efa585f00c8226be59087262ec047ba73..2295301de836ca58d1d5267745e3d1ee062ca7b8 100644 (file)
@@ -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