Modifying a VLV index’s configuration
Steps
-
Use
dsconfigwith theset-local-db-vlv-index-propoption and the--index-nameand--backend-nameproperties.Example:
In this example, update the
base-dnproperty.$ bin/dsconfig set-local-db-vlv-index-prop --index-name givenName \ --backend-name userRoot --set base-dn:ou=People,dc=example,dc=com -
Rebuild the index using the
rebuild-indextool.You must add the prefix
vlv.to the index name.Example:
The following command can be run with the server on or offline with the addition of the
--taskand connection options.$ bin/rebuild-index --baseDN dc=example,dc=com --index vlv.givenName