[midPoint] Synchronization of all object classes

Radovan Semancik radovan.semancik at evolveum.com
Mon Jun 15 09:21:49 CEST 2015


Hi,

MidPoint 3.2-SNAPSHOT (the development master) now has ability to 
synchronize all object classes using a single synchronization task. This 
is a new feature in ConnId 1.4.x, but midPoint had no support for it up 
until now. But there is a slight change in configuration of 
synchronization tasks (live synchronization, reconciliation, import).

Old behavior: if sync task had no parameters for objectclass, kind or 
intent it has located default account definition and used that.

New behavior: if sync task has no parameters for objectclass, kind or 
intent it will try to synchronize all object classes. Please note that 
this may fail, e.g. if the connector does not support it. It will also 
fail for all reconciliation tasks as the reconciliation of all object 
classes is not implemented yet.

To fix this situation just properly specify the object class in 
synchronization task extension:


<task>
     ...
     <extension>
<syncext:objectclass>ri:AccountObjectClass</syncext:objectclass>
     </extension>
     ...
</task>

-- 
Radovan Semancik
Software Architect
evolveum.com




More information about the midPoint mailing list