Previous Topic: JRE Requirement for CA EEM InstallationNext Topic: Fixed Issues List


Changes to Event Logging

In the previous releases of CA EEM, when you performed an administrative action such as inserting, removing, or modifying a SafeStoredObject or folder in the policy server store, an admin event was generated for each of the changed attributes. In this release of CA EEM, for an administrative action, all the attributes that are updated, inserted, or removed are logged as one admin event.

Also, in this release of CA EEM, events generated during authorization log the named attributes against which the authorization has been done. The following method is added to the Safe::Context class to implement this behavior:

void submitAuthorizationEvent(const char *identity, const char *action, const char *resourcename, Safe::ErrorCode errorcode, const char *delegator, const char *policyname, Safe::AttrQ &namedattrq);