auditcfg
Use the auditcfg stanza entry to configure which events WebSEAL audits.
auditcfg = {azn|authn|http}
Description
Indicates the components for which auditing of events is configured. To enable component-specific audit records, add the appropriate definition.
Options
azn Capture authorization events. authn Capture authentication events. http Capture HTTP events. These events correspond to the events logged by the request, referrer, and agent logging clients.
Usage: Optionalfor WebSEAL. However, this stanza entry is required when auditing is enabled (logaudit = yes).
Default value
There is no default value for WebSEAL because auditing is disabled by default.
Example:
Create a separate stanza entry for each component to be activated. The components are included in the default configuration file, but are commented out. To activate a commented out entry, remove the pound sign (#) from the start of the entry.
Example:
auditcfg = azn
#auditcfg = authn
#auditcfg = httpParent topic: [aznapi-configuration] stanza