Logging of Logins and Changes
You can have events and changes in the authorization and authentication environment logged:
-
Login and logout events including failed login attempts (as part of audit logging; information on audit logging)
-
Changes in the Management Center to user roles and user groups as well as to access settings for workbooks, object types, data sources and repositories (as part of audit logging and via the changelog function)
-
Changes to the permissions of a user (as part of audit logging and via the changelog function)
Activate Changelog Function
In the accessmanager-config.xml file, the enabled attribute must be set to true in the <changelog> element, as in the following example:
<userRegistry>
…
<changelog enabled="true"/>
…
</userRegistry>
Changes are written to the existing USER_CHANGELOG table in the database schema for access management or to the existing AUTHORIZATION_CHANGELOG table in the database schema for authorization.