From: Howard Chu Date: Mon, 15 Jan 2007 01:19:48 +0000 (+0000) Subject: ITS#4554 show example for reindexing a specific attribute X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~185 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9faf5ab5f056406bc8a114a4b97fb23c687d3689;p=openldap ITS#4554 show example for reindexing a specific attribute --- diff --git a/doc/man/man8/slapindex.8 b/doc/man/man8/slapindex.8 index a8d0953f81..df309d59dc 100644 --- a/doc/man/man8/slapindex.8 +++ b/doc/man/man8/slapindex.8 @@ -16,6 +16,7 @@ slapindex \- SLAPD index to LDIF utility .B [\-o name[=value] .B [\-q] .B [\-v] +.B [attr] [...] .B .LP .SH DESCRIPTION @@ -118,6 +119,14 @@ To reindex your SLAPD database, give the command: 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),