Previous Topic: Change Configuration SettingsNext Topic: Integration Guide


Change Audit Configuration Settings

To affect how CA ControlMinder generates and stores audit records, you need to make changes to the settings in the audit configuration files. You use selang commands to change the settings in the audit configuration files.

To change audit configuration settings

  1. (Optional) If you are using selang to connect to a remote host, connect to the host using the following command:
    host host_name
    
  2. Move to the config environment using the following command:
    env config
    
  3. Use the editres config command to modify the configuration settings as required.

    The audit configuration settings are changed.

Example: Modify Audit Configuration File

The following example adds a line to the audit configuration file:

er CONFIG audit.cfg line+("FILE;*;Administrator;*;R;P")

More information:

editres config—Modify Configuration Settings