7.1 Configuring the Role Mapping Administrator Auditing

The rmaConfig.jar file is used to configure the Role Mapping Administrator. By default, the Role Mapping Administrator auditing is disabled if you install Role Mapping Administrator as a standalone component. The rmaConfig.jar file is located in the <RMA Install Location>/rma/ directory. Use the rmaConfig.jar file as follows:

java -jar rmaConfig.jar [-h] [+N] [-N] [-S] [+S[,parameters]]

Table 7-1 The rmaConfig.jar File Options

Option

Description

-h

Displays help.

-N

Disables nAudit.

+N

Enables nAudit.

-S

Disables Syslog auditing.

+S,[@hostname[:port]],[protocol]

Enables Syslog auditing.

7.1.1 Default Values of Role Mapping Administrator Auditing Configuration

The following defaut values are used:

  • hostname = localhost

  • port = 1514

  • protocol = udp

Other valid protocols are TCP and SSL.

For the SSL protocol, the Keystore file and the corresponding password must be passed in the below format:

ssl:[keyStoreFile]:[keyStorePasswd]

7.1.2 Examples of Role Mapping Administrator Auditing Configuration

To enable nAudit, run the following command:

java -jar rmaConfig.jar +N

To enable sysLog auditing through 192.168.1.1 host address at 1520 port over SSL with the corresponding key file and password, run the following command:

java -jar rmaConfig.jar +S,@192.168.1.1:1520,/etc/ssl/mykey.cer,keypass

To disable sysLog auditing, run the following command:

java -jar rmaConfig.jar -S