]> git.sur5r.net Git - openldap/commitdiff
ITS#4554 show example for reindexing a specific attribute
authorHoward Chu <hyc@openldap.org>
Mon, 15 Jan 2007 01:19:48 +0000 (01:19 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 15 Jan 2007 01:19:48 +0000 (01:19 +0000)
doc/man/man8/slapindex.8

index a8d0953f818caf09ac500acb00ea798809cd6e4b..df309d59dc8fb4970ac1f83a245e6b686742377e 100644 (file)
@@ -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),