From 9faf5ab5f056406bc8a114a4b97fb23c687d3689 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 15 Jan 2007 01:19:48 +0000 Subject: [PATCH] ITS#4554 show example for reindexing a specific attribute --- doc/man/man8/slapindex.8 | 9 +++++++++ 1 file changed, 9 insertions(+) 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), -- 2.39.5