Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

If not starting with an empty database, the following changes are needed:

SYNCOPE-

...

422

Change triggered audit logName in your SyncopeLogger table.
The new syntax is: syncope.audit.[type]:[category]:[subcategory]:[event]:[result condition].
Take a look at the following samples.

Code Block

[REST]:[AuthenticationController]:[]:[getEntitlements]:[SUCCESS] (successful getEntitlement operation)
[PropagationTask]:[]:[]:[]:[SUCCESS] (successful propagation)
[SyncTask]:[]:[]:[]:[FAILURE] (unsuccessful synchronization)
[CUSTOM]:[]:[]:[my custome event]:[FAILURE] (custome event raised by a custom extension)
...

SYNCOPE-423

Change triggered notification events in your Notification_events table.
The new syntax is: [type]:[category]:[subcategory]:[event]:[result condition].
Take a look at the following samples.

Code Block

[REST]:[UserController]:[]:[update]:[SUCCESS] (successful user update)
[REST]:[RoleController]:[]:[delete]:[FAILURE] (unsuccessful role delete)
[PropagationTask]:[user]:[resource-ldap]:[create]:[SUCCESS] (successful user create onto resource-ldap resource)
[SyncTask]:[role]:[resource-csv]:[update]:[SUCCESS] (successful role update during resource-csv synchronization)
[CUSTOM]:[]:[]:[my custome event]:[SUCCESS] (custome event raised by a custom extension)
...

...

Code Block

CREATE INDEX ACT_RU_TASK_PARENT_TASK_ID_ ON ACT_RU_TASK(PARENT_TASK_ID_);

SYNCOPE-434

Code Block
INSERT INTO SyncopeConf(confKey, conValueconfValue) VALUES('authentication.statuses', 'active');

SYNCOPE-441

Code Block

CREATE INDEX ACT_RU_TASK_PARENT_TASK_ID_ ON ACT_RU_TASK(PARENT_TASK_ID_);