Configuration data log file format
In the WebSEAL configuration file, a default value for a stanza entry is provided by WebSEAL during initial installation and configuration. If an administrator later modifies a value in the configuration file, that custom value becomes non-default.
In the configuration data log file, a special marker ([default]) identifies any stanza entry value that is default. Non-default values do not contain this marker. For example:
... https = yes
https-port = [default] 443
http = yes
http-port = [default] 80
...The information in the configuration data log file is grouped according to the same stanzas that occur in the actual WebSEAL configuration file. The following partial view of a configuration data log file shows stanza entries and values that are grouped by stanzas. This example also includes a sample timestamp line:
============================================ Configuration Data Logged: Fri Jul 23 15:37:02 2004 ... [gso-cache] gso-cache-enabled = [default] no gso-cache-size = [default] 1024 gso-cache-entry-lifetime = [default] 900 gso-cache-entry-idle-timeout = [default] 120 [ltpa-cache] ltpa-cache-enabled = [default] yes ltpa-cache-size = [default] 4096 ltpa-cache-entry-lifetime = [default] 3600 ltpa-cache-entry-idle-timeout = [default] 600 [ba] ba-auth = [default] https [forms] forms-auth = [default] none [certificate] accept-client-certs = [default] never cert-cache-max-entries = [default] 1024 cert-cache-timeout = [default] 120 ...
Parent topic: Configuration data log file