Viewing the admin server audit log settings
You can issue the provided command to view the administration server audit log in the default location.
About this task
On a UNIX™ operating
system:
more <instance base directory>/idsslapd-<instance name>/logs/adminaudit.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\adminaudit.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 administration server log from a system
with the IBM® Security Directory
Server client:
idsldapexop -D <adminDN> -w <adminPW> -op readlog -logadminAudit-lines allDo
the following steps to clear the administration server log: idsldapexop -D <adminDN> -w <adminPW> -op clearlog -logadminAudit