The idmrmap_logging.xml file must have an auditing line uncommented to allow events to be logged to the Novell Audit Connector. Use the following steps to verify that the auditing list uncommented:
Open the file /installation_directory/tomcat/conf/idmrmap_logging.xml.
Find the following lines:
<category additivity="true" name="com.novell">
<priority value="INFO"/>
<appender-ref ref="CONSOLE_DEBUG"/>
<--! remove this line to turn on audit logging
<appender-ref ref="Naudit"/>
remove this line to turn on audit logging -->
</category>
Remove <--! remote this line to turn on audit logging and remove this line to turn on audit logging --> lines to turn on auditing.
Save the file.
Restart the Role Mapping Administrator by:
Execute the stop.sh script to stop the Role Mapping Administrator. The default location is /installation_directory/idmrmap/stop.sh.
Execute the start.sh script to start the Role Mapping Administrator. The default location is /installation_directory/idmrmap/start.sh.