Red Hat Directory Server 8.0 Administrator's Guide
3
The command to stop the Directory Server on platforms other than Red Hat Enterprise Linux is described in Section 3,
“Starting and Stopping Servers”.
directory.
To run the vlvindex script, do the following:
1. Open the Directory Server instance directory.
2
cd /usr/lib/dirsrv/slapd-instance_name
2. Stop the server.
3
service dirsrv stop instance
3. Run the vlvindex script.
vlvindex -n Example1 -T "by MCC ou=people dc=example dc=com"
For more information about using this script, see the Directory Server Configuration,
Command, and File Reference.
4. Restart the server.
service dirsrv start instance
Table 10.4, “vlvindex Options” describes the vlvindex options used in the examples:
Option Description
-n Name of the database containing the entries
to index.
-T Browsing index identifier to use to create
browsing indexes.
Table 10.4. vlvindex Options
2.4.3. Setting Access Control for VLV Information
The default access control for the VLV index information is to allow anyone who has
authenticated. If a site requires anonymous users to use the VLV index information, modify the
access control set for cn: VLV Request Control in the Directory Server's configuration.
1. Open the Directory Server configuration directory:
2
cd /etc/dirsrv/slapd-instance_name
Chapter 10. Managing Indexes
380