![Netscape NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR Administrator'S Manual Download Page 362](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-1-administrator/netscape-directory-server-6-1-administrator_administrators-manual_1674675362.webp)
Creating Indexes
362
Netscape Directory Server Administrator’s Guide • August 2002
4.
Click Close to close the Create Browsing Index dialog box.
The new index is immediately active for any new data that you add to your
directory. You do not have to restart your server.
Note that the default access control for VLV information is for it to be allowed for
anyone who has authenticated. If a site requires anonymous users to use the VLV
information, modify the access control set for
cn: VLV Request Control
in the
Directory Server’s configuration.
1.
Go to the configuration directory:
serverRoot
/slapd-
serverID
/config
2.
In a text editor, open the
dse.ldif
file.
3.
Locate
oid=2.16.840.1.113730.3.4.9
; you should see these lines:
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.
Creating Browsing Indexes from the Command
Line
Creating a browsing index or virtual list view (VLV) index from the command line
involves these steps:
•
Using the
ldapmodify
to add new browsing index entries or edit existing
browsing index entries.
•
Running the
vlvindex
script to generate the new set of browsing indexes to be
maintained by the server.
•
Ensuring that access control on VLV index information is set appropriately.
The following sections describe the steps involved in creating browsing indexes.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Directory Server Version6 1 August 2002...
Page 20: ...20 Netscape Directory Server Administrator s Guide August 2002...
Page 24: ...24 Netscape Directory Server Administrator s Guide August 2002...
Page 142: ...Using Referrals 142 Netscape Directory Server Administrator s Guide August 2002...
Page 440: ...Miscellaneous Tuning Tips 440 Netscape Directory Server Administrator s Guide August 2002...
Page 442: ...442 Netscape Directory Server Administrator s Guide August 2002...
Page 478: ...PTA Plug In Syntax Examples 478 Netscape Directory Server Administrator s Guide August 2002...
Page 498: ...498 Netscape Directory Server Administrator s Guide August 2002...
Page 538: ...Examples of LDAP URLs 538 Netscape Directory Server Administrator s Guide August 2002...