Red Hat 8.1 Configuration And Command Reference page 89

Directory server; configuring and managing with command-line utilities
Hide thumbs Also See for 8.1:
Table of Contents

Advertisement

Syntax
Example
nsIndexVLVAttribute
T his attribute gives the name of the target entry for a VLV index. A virtual list view is based on a
browsing index entry (as described in the Administrator's Guide), which defines the virtual list base DN,
scope, and filter. T he nsIndexVLVAttribute value is the browsing index entry, and the VLV creation
task is run according to the browsing index entry parameters.
Parameter
Entry DN
Valid Values
Default Value
Syntax
Example
2.3.15.7. cn=schema reload task
T he directory schema is loaded when the directory instance is started or restarted. Any changes to the
directory schema, including adding custom schema elements, are not loaded automatically and available
to the instance until the server is restarted or by initiating a schema reload task.
Custom schema changes can be reloaded dynamically, without having to restart the Directory Server
instance. T his is done by initiating a schema reload task through creating a new task entry under the
cn=tasks entry.
T he custom schema file can be located in any directory; if not specified with the
server reloads the schema from the default /etc/dirsrv/slapd-instance_name/schem a directory.
IMPORTANT
Any schema loaded from another directory must be copied into the schema directory or the
schema will be lost when the server.
T he schema reload task is initiated though the command line by creating a special task entry which
defines the parameters of the task and initiates the task. As soon as the task is complete, the task entry
is removed from the directory. For example:
dn: cn=example schema reload,cn=schema reload task, cn=tasks, cn=config
objectclass: extensibleObject
cn:example schema reload
schemadir: /export/schema
T he cn=schem a reload task entry is a container entry for schema reload operations. T he
cn=schem a reload task entry itself has no attributes, but each of the task entries within this entry,
such as cn=task_ID, cn=schem a reload task, cn=tasks, cn=config, uses the schema reload
attributes to define the individual reload task.
cn
T he cn attribute is used to identify a new task operation to initiate. T he cn attribute value can be
anything, as long as it defines a new task.
Parameter
Entry DN
Valid Values
Default Value
Red Hat D irectory Server 8.1 Configuration and Command Reference
Case-insensitive string, multi-valued
nsIndexAttribute: "cn:pres,eq"
nsIndexAttribute: "description:sub"
Description
cn=task_name, cn=index, cn=tasks, cn=config
Any attribute
T he index type, which can be pres (presence),
eq (equality), approx (approximate), and sub
(substring)
Case-insensitive string, multi-valued
nsIndexAttribute: "cn:pres,eq"
nsIndexAttribute: "description:sub"
schemadir
Description
cn=task_name, cn=schema reload task,
cn=tasks, cn=config
Any string
attribute, the
89

Advertisement

Table of Contents
loading

Table of Contents