Hugo Monteiro writes:
I have recently discovered that i'm not using the indexes i should, in one translucent overlay database, for the locally stored attributes. This being a production server, i would like to know if changing index configuration and running slapindex on that database is enough to reindex the data.
Depends. If you use cn=config: Add the new indexes with ldapmodify, and slapd will index automatically. If you use slapd.conf: Edit your index settings, stop slapd, run slapindex, restart slapd.