Versions Compared

Key

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

Leveraging Operation Details in Triggering Events

LDAP Triggers support change inducing LDAP operations as Triggering Events. A more granular approach can be leveraging operation details, especially for the Modify operation.

An Extended Trigger Specification can be as follows:

Code Block
AFTER Modify
   WHEN ChangedAttributes or:{ userPassword, sambaNTPassword }
      CALL "com.mycompany.ldap.utils.sp.Logger:logModifiedEntry" ( $object, $modification );