Option
-T
Table 10.4. vlvindex Options
10.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:
cd /etc/dirsrv/slapd-instance_name
2. In a text editor, open the dse.ldif file.
3. Locate the oid=2.16.840.1.113730.3.4.9 entry.
dn: oid=2.16.840.1.113730.3.4.9,cn=features,cn=config
objectClass: top
objectClass: directoryServerFeature
oid: 2.16.840.1.113730.3.4.9
cn: VLV Request Control
aci: (targetattr != "aci")(version 3.0; acl "VLV Request Control";
allow( read, search, compare, proxy ) userdn = "ldap:///all" ;)
creatorsName: cn=server,cn=plugins,cn=config modifiersName:
cn=server,cn=plugins,cn=config ...
4. Change "ldap://all" to "ldap://anyone" and save your changes.
10.3. Deleting Indexes
This section describes how to delete presence, equality, approximate, substring, international, and
browsing indexes for specific attributes.
NOTE
Because Directory Server 8.0 can operate in either a single or multi-database
environment, you have to delete any unwanted indexes from every database instance.
Any default indexes you delete will not be deleted from previous sets of indexes on
existing database instances.
Section 10.3.1, "Deleting Indexes from the Server Console"
•
Section 10.3.2, "Deleting Indexes from the Command-Line"
•
Section 10.3.3, "Deleting Browsing Indexes from the Server Console"
•
Section 10.3.4, "Deleting Browsing Indexes from the Command-Line"
•
Description
Browsing index identifier to use to create
browsing indexes.
2
Deleting Indexes
331
Need help?
Do you have a question about the DIRECTORY SERVER 8.0 - ADMINISTRATION and is the answer not in the manual?
Questions and answers