openldap/doc/man/man8/slapindex.8

179 lines
3.9 KiB
Groff
Raw Normal View History

2002-06-13 11:59:10 +08:00
.TH SLAPINDEX 8C "RELEASEDATE" "OpenLDAP LDVERSION"
2009-01-22 08:40:04 +08:00
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.\" $OpenLDAP$
.SH NAME
2007-12-15 06:42:50 +08:00
slapindex \- Reindex entries in a SLAPD database
.SH SYNOPSIS
2002-03-24 00:55:46 +08:00
.B SBINDIR/slapindex
2009-06-03 08:43:44 +08:00
[\c
.BI \-b \ suffix\fR]
[\c
.BR \-c ]
[\c
.BI \-d \ debug-level\fR]
[\c
.BI \-f \ slapd.conf\fR]
[\c
.BI \-F \ confdir\fR]
[\c
.BR \-g ]
[\c
.BI \-n \ dbnum\fR]
[\c
.BI \-o \ option\fR[ = value\fR]]
[\c
.BR \-q ]
[\c
.BR \-t ]
[\c
.BR \-v ]
[\c
.IR attr [ ... ]]
.B
.LP
.SH DESCRIPTION
.LP
.B Slapindex
is used to regenerate
.BR slapd (8)
indices based upon the current contents of a database.
It opens the given database determined by the database number or
suffix and updates the indices for all values of all attributes
of all entries. If a list of specific attributes is provided
on the command line, only the indices for those attributes will
be regenerated.
Databases configured as
.B subordinate
2009-06-03 08:43:44 +08:00
of this one are also re-indexed, unless \fB\-g\fP is specified.
2007-10-04 17:18:29 +08:00
All files eventually created by
.BR slapindex
2007-10-04 17:18:29 +08:00
will belong to the identity
.BR slapindex
2007-10-04 17:18:29 +08:00
is run as, so make sure you either run
.BR slapindex
2007-10-04 17:18:29 +08:00
with the same identity
.BR slapd (8)
will be run as (see option
.B \-u
in
.BR slapd (8)),
or change file ownership before running
.BR slapd (8).
.SH OPTIONS
.TP
2009-06-03 08:43:44 +08:00
.BI \-b \ suffix
Use the specified \fIsuffix\fR to determine which database to
2009-06-03 08:43:44 +08:00
generate output for. The \fB\-b\fP cannot be used in conjunction
with the
.B \-n
option.
.TP
2006-05-25 01:57:13 +08:00
.B \-c
enable continue (ignore errors) mode.
.TP
2009-06-03 08:43:44 +08:00
.BI \-d \ debug-level
2006-05-25 01:57:13 +08:00
enable debugging messages as defined by the specified
2009-06-03 08:43:44 +08:00
.IR debug-level ;
2006-09-09 02:26:57 +08:00
see
.BR slapd (8)
for details.
.TP
2009-06-03 08:43:44 +08:00
.BI \-f \ slapd.conf
specify an alternative
.BR slapd.conf (5)
file.
.TP
2009-06-03 08:43:44 +08:00
.BI \-F \ confdir
specify a config directory.
If both
2009-06-03 08:43:44 +08:00
.B \-f
and
2009-06-03 08:43:44 +08:00
.B \-F
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
2005-11-11 19:17:46 +08:00
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.
2006-05-25 01:57:13 +08:00
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
2009-06-03 08:43:44 +08:00
.BI \-n \ dbnum
Generate output for the \fIdbnum\fR-th database listed in the
configuration file. The config database
2009-06-03 08:43:44 +08:00
.BR slapd\-config (5),
is always the first database, so use
.B \-n 0
The
2006-05-25 01:57:13 +08:00
.B \-n
cannot be used in conjunction with the
.B \-b
option.
.TP
2009-06-03 08:43:44 +08:00
.BI \-o \ option\fR[ = value\fR]
2006-05-25 01:57:13 +08:00
Specify an
2009-06-03 08:43:44 +08:00
.I option
2006-05-25 01:57:13 +08:00
with a(n optional)
2009-06-03 08:43:44 +08:00
.IR value .
2006-05-25 01:57:13 +08:00
Possible generic options/values are:
.LP
.nf
syslog=<subsystems> (see `\-s' in slapd(8))
2009-06-03 08:43:44 +08:00
syslog\-level=<level> (see `\-S' in slapd(8))
syslog\-user=<user> (see `\-l' in slapd(8))
2006-05-25 01:57:13 +08:00
.fi
.TP
.B \-q
enable quick (fewer integrity checks) mode. Performs no consistency checks
when writing the database. Improves indexing time,
.B however
the database will most likely be unusable if any errors or
interruptions occur.
.TP
2007-11-21 23:53:42 +08:00
.B \-t
enable truncate mode. Truncates (empties) an index database before indexing
any entries. May only be used with Quick mode.
.TP
2006-05-25 01:57:13 +08:00
.B \-v
enable verbose mode.
.SH LIMITATIONS
Your
.BR slapd (8)
should not be running (at least, not in read-write
mode) when you do this to ensure consistency of the database.
.LP
This command provides ample opportunity for the user to obtain
and drink their favorite beverage.
.SH EXAMPLES
To reindex your SLAPD database, give the command:
.LP
.nf
.ft tt
SBINDIR/slapindex
.ft
.fi
To regenerate the index for only a specific attribute, e.g. "uid",
give the command:
.LP
.nf
.ft tt
SBINDIR/slapindex uid
.ft
.fi
.SH "SEE ALSO"
.BR ldap (3),
.BR ldif (5),
.BR slapadd (8),
.BR ldapadd (1),
.BR slapd (8)
2000-08-14 06:06:01 +08:00
.LP
"OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
.SH ACKNOWLEDGEMENTS
2006-06-14 12:24:43 +08:00
.so ../Project