NAME | Description | Examples | Attributes
PROPERTY |
VALUE |
---|---|
Entry DN |
cn=config |
Valid Range |
Any valid file name |
Default Value |
See description that follows. |
Syntax |
DirectoryString |
These attributes specify the path and filename of the log used to record each database access. Default values are:
install-path/logs/access |
install-path/logs/audit |
install-path/logs/errors |
The following information is recorded in the access log file by default:
IP address of the client machine that accessed the database
Operations performed such as search, add, modify
Result of the access such as the number of entries returned for a search
The information recorded in the error log depends on the error log level but typically contains at least the server startup and shutdown times, and the server port number.
For logging to be enabled, both of the following conditions must be met:
The nsslapd-*log attribute must be set to a valid file name.
The nsslapd-*log-logging-enabled attribute must be set to on.
Other configurations result in logging being disabled.
nsslapd-accesslog: /local/ds/logs/access nsslapd-auditlog: /local/ds/logs/audit nsslapd-errorlog: /local/ds/logs/errors
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
---|---|
Availability |
SUNWldap-directory |
Stability Level |
Stable |
NAME | Description | Examples | Attributes