mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
ITS#4554 show example for reindexing a specific attribute
This commit is contained in:
parent
5d3f3c240d
commit
9faf5ab5f0
1 changed files with 9 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue