ITS#4554 show example for reindexing a specific attribute

This commit is contained in:
Howard Chu 2007-01-15 01:19:48 +00:00
parent 5d3f3c240d
commit 9faf5ab5f0

View 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),