Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix linux update command: webapps removed

The management audit log records every add, change and delete action made by all users of the Ubisecure SSO Management application.
Example logs are shown:

...

Management audit log is disabled by default.

Note

If you have a SSO cluster installation you need to configure both nodes in the same way.


Enabling in logger configuration

To enable In order to start creating Management audit log events to be created, you need to edit the logger configuration file which resides in the following location in the default installation:

Windows:

...

Code Block
themeDefault
C:\Program Files\Ubisecure\ubilogin-sso

...

\ubilogin

...

\custom

...

\logging

...

\include-logback.xml

...

Linux: 

Code Block
themeDefault
/usr/local/ubisecure/ubilogin-sso

...

/ubilogin

...

/custom

...

/logging

...

/include-logback.xml

To enable Management audit log please modify the level for com.ubisecure.ubilogin.management logger from OFF to INFO:

Code Block
  <!-- (6) SSO management audit log. -->
  <!-- Set the level to INFO if you desire to have SSO Management audit file log -->
  <logger name="com.ubisecure.ubilogin.management" level="OFFINFO">
    <appender-ref ref="MANAGEMENT_AUDIT_FILE" />
  </logger>

...

Code Block
themeDefault
/usr/local/Ubisecureubisecure/ubilogin-sso/ubilogin/webapps/logviewer/WEB-INF/filesource.properties

...

Code Block
themeDefault
/usr/local/Ubisecureubisecure/ubilogin-sso/ubilogin/webapps/config/tomcat/update.sh