CLA2 Server - Optional Configurations

Depending on your business needs, there are several optional configurations that you can set on the server. All of these options can be configured through customer overrides for a local CLA2 server, and through the CLA2 server properties file for a remote CLA2 server.

Table 1. Optional server configurations
Server Setting Description
Debug Debug has been expanded to show more information. Debug should only be used during problem diagnosis. Debug can be enabled using debug=Yes. Debug is disabled by default.
Audit Audit entries have been added to show which user ran which commands and when. Audit is enabled by setting audit=Yes. Audit is enabled by default.
SSLRequired SSL is disabled by default but can be enabled by setting SSLRequired=Yes for the CLA2 server. Correspondingly, the CLA2 adapter must also have SSL enabled.
enableAuthentication Authentication is enabled by default. It can be disabled by setting enableAuthentication=false
CLA2NetworkHosts Use a comma-separated list of network interfaces to bind against, or the keyword ALL to indicate that the server should bind to all network interfaces. The default is to bind to localhost only.
securityTimeout Amount of time in seconds that a signed command is valid. After this time, authentication will fail with a security timeout violation. On slow systems, this timeout can be extended.