7.1 Modifying the Logging File

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:

  1. Open the file /installation_directory/tomcat/conf/idmrmap_logging.xml.

  2. 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>
    
  3. Remove <--! remote this line to turn on audit logging and remove this line to turn on audit logging --> lines to turn on auditing.

  4. Save the file.

  5. 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.