Bug #1354
Add signals for principal creation and delete, attribute and relations, add and delete
Status:
Nouveau
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
16 April 2012
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Planning:
Description
It should be possible to create connectors that can propagate changes to the directory to other directories (LDAP for example). A first step would be to have signals to intercept modifications, five would be needed:
- principal_created, accompanying attributes (principal,)
- principal_deleted, accompanying attributes (principal,)
- attribute_created, accompanying attributes (principal, attribute,)
- attribute_deleted, accompanying attributes (principal, attribute,)
- relation_created, accompanying attributes (object, predicate, value,)
- relation_deleted, accompanying attributes (object, predicate, value,)