Projet

Général

Profil

Bug #1354

Mis à jour par Benjamin Dauvergne il y a environ 12 ans

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,)
* attribute_deleted, accompanying attributes (principal, attribute,) (attribute,)
* relation_created, accompanying attributes (object, predicate, value,) (relation,)
* relation_deleted, accompanying attributes (object, predicate, value,) (relation,)

Retour