Viewing the audit log
You can issue the command provided here to view the audit log in the default location.
About this task
On a UNIX™ operating
system:
more <instance base directory>/idsslapd-<instance name>/logs/audit.log Where:
- instance base directory is the home directory of the directory server instance owner, or the directory you specified when you created the directory server instance.
- instance name is the name of the directory server instance.
On a Windows™ operating
system:
more <drive>\idsslapd-<instance name>\logs\audit.logWhere drive is the drive you specified when you created a directory server instance, and instance name is the name of the directory server instance.
Do
the following steps to view the audit log from a system with the IBM® Security Verify
Directory client:
idsldapexop -D <adminDN> -w <adminPW> -op readlog -log audit -lines allDo
the following steps to clear the audit log: idsldapexop -D <adminDN> -w <adminPW> -op clearlog -log audit