How datasource contents must be synchronized

General information

Who: Sebastien Bahloul

When: first release 13/04/2008, never updated

Summary: How datasource contents must be synchronized

Technical details

Full synchronizations are tasks initiated to create, update and delete entries in the target directory. Even if the entries may be completed by other tasks or engines, this kind of tasks are dedicated to manage to main synchronization process :

So the creation process is done by completing the LDAP related Plain Old Java Object (POJO) and sending it to the directory. But in the middle of that process, you way have included synchronization options. If so, attributes updates may be altered according to the synchronization options configuration (see synchronization options ).

Main requirements

Some requirements are mandatory in order to use the full synchronization tasks: