Vlvfilter, Note, Vlvindex (object class) – Red Hat 8.1 User Manual

Page 132: Superior class, Required attributes, Allowed attributes, Vlvscope

Advertising
background image

Parameter

Description

Entry DN

cn=index_name, cn=userRoot, cn=ldbm
database, cn=plugins, cn=config

Valid Values

0 (disabled) | 1 (enabled)

Default Value

1

Syntax

DirectoryString

Example

vlvEnbled: 0

3.4 .3.9. vlvFilter

The browsing or virtual list view (VLV) index is created by running a search according to a filter and
including entries which match that filter in the index. The filter is specified in the vlvFilter attribute.

For more information on VLV indexes, see the indexing chapter in the Administrator's Guide.

NOTE

This attribute is only available to user databases like userRoot, not configuration databases like
o=NetscapeRoot.

Parameter

Description

Entry DN

cn=index_name, cn=userRoot, cn=ldbm
database, cn=plugins, cn=config

Valid Values

Any valid LDAP filter

Default Value
Syntax

DirectoryString

Example

vlvFilter:
(|(objectclass=*)(objectclass=ldapsubentry))

3.4 .3.10. vlvIndex (Object Class)

A browsing index or virtual list view (VLV) index dynamically generates an abbreviated index of entry
headers that makes it much faster to visually browse large indexes. A VLV index definition has two parts:
one which defines the index and one which defines the search used to identify entries to add to the
index. The vlvIndex object class defines the index entry.

This object class is defined in Directory Server.

Superior Class

top

OID

2.16.840.1.113730.3.2.42

Required Attributes

Attribute

Definition

objectClass

Defines the object classes for the entry.

cn

Gives the common name of the entry.

vlvSort

Identifies the attribute list that the browsing index
(virtual list view index) is sorted on.

Allowed Attributes

Attribute

Definition

vlvEnabled

Stores the availability of the browsing index.

vlvUses

Contains the count the browsing index is used.

3.4 .3.11. vlvScope

This attribute sets the scope of the search to run for entries in the browsing or virtual list view (VLV)
index.

For more information on VLV indexes, see the indexing chapter in the Administrator's Guide.

132

Chapter 3. Plug-in Implemented Server Functionality Reference

Advertising