Figure 2-2 Directory information tree showing configuration data

Most of these configuration tree nodes are covered in the following sections.

The cn=plugins node is covered in Chapter 3 “Plug-in implemented server functionality reference”. The description of each attribute contains details such as the DN of its directory entry, its default value, the valid range of values, and an example of its use.

NOTE:

Some of the entries and attributes described in this chapter may change in future releases of the product.

2.3.1 cn=config

General configuration entries are stored in the cn=config entry. The cn=config entry is an instance of the nsslapdConfig object class, which in turn inherits from extensibleObject object class.

2.3.1.1 nsslapd-accesslog (Access log)

This attribute specifies the path and file name of the log used to record each LDAP access. The following information is recorded by default in the log file:

IP address of the client machine that accessed the database.

Operations performed (for example, search, add, and modify).

Result of the access (for example, the number of entries returned or an error code).

The following table describes the attribute parameters:

Parameter

Description

Entry DN

cn=config

ValidValues

Any valid file name.

Default Value

/var/opt/dirsrv/slapd-instance_name/log/access

Syntax

DirectoryString

Example

nsslapd-accesslog: /var/opt/dirsrv/slapd-example/log/access

For more information on turning access logging off, see the "Monitoring Server and Database Activity" chapter in the HP-UX Directory Server administrator guide.

2.3 Core server configuration attributes reference

23

Page 23
Image 23
HP UX Identity Security Software manual 1 cn=config, Nsslapd-accesslog Access log