Core Server Configuration Attributes Reference
Chapter 2 Core Server Configuration Reference 37
nsslapd-accesslog (Access Log)
Specifies the path and filename of the log used to record each database 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, modify).
• Result of the access (for example: the number of entries returned).
For more information on turning access logging off, see chapter 12, “Monitoring
Server and Database Activity,” in the Red Hat Directory Server Administrator’s Guide.
For access logging to be enabled, this attribute must have a valid path and
filename, and the
nsslapd-accesslog-logging-enabled
configuration attribute
must be switched to
on
. The table below lists the four possible combinations of
values for these two configuration attributes and their outcome in terms of
disabling or enabling of access logging.
Syntax: DirectoryString
Example: nsslapd-accesscontrol: off
Attributes in dse.ldif Value Logging enabled or
disabled
nsslapd-accesslog-logging-enabled
nsslapd-accesslog
on
empty string
Disabled
nsslapd-accesslog-logging-enabled
nsslapd-accesslog
on
filename
Enabled
nsslapd-accesslog-logging-enabled
nsslapd-accesslog
off
empty string
Disabled
nsslapd-accesslog-logging-enabled
nsslapd-accesslog
off
filename
Disabled
Entry DN: cn=config