]> git.sur5r.net Git - openldap/blobdiff - doc/man/man8/slapindex.8
ITS#4225 added proxyCacheQueries keyword
[openldap] / doc / man / man8 / slapindex.8
index 57a0391efa585f00c8226be59087262ec047ba73..2da8317dc29e85b1e507603491655dcb9c386e3f 100644 (file)
@@ -1,6 +1,6 @@
 .TH SLAPINDEX 8C "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2005 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 slapindex \- SLAPD index to LDIF utility
@@ -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,10 +37,16 @@ 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
-interruptions occur the database will most likely be unusable.
+when writing the database. Improves indexing time,
+.B however
+the database will most likely be unusable if any errors or
+interruptions occur.
 .TP
 .BI \-d " level"
 enable debugging messages as defined by the specified
@@ -74,7 +81,7 @@ and
 are specified, the config file will be read and converted to
 config directory format and written to the specified directory.
 If neither option is specified, an attempt to read the
-default config directory wll be made before trying to use the default
+default config directory will be made before trying to use the default
 config file. If a valid config directory exists then the
 default config file is ignored.
 .SH LIMITATIONS