Advertisement
Guest User

synchronization task

a guest
Feb 16th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.17 KB | None | 0 0
  1. <objectSynchronization>
  2.          <name>New sync. object type</name>
  3.          <objectClass>ri:CustomorganizationalUnitObjectClass</objectClass>
  4.          <kind>generic</kind>
  5.          <intent>ou</intent>
  6.          <focusType>c:OrgType</focusType>
  7.          <enabled>true</enabled>
  8.          <reconcile>false</reconcile>
  9.          <reaction>
  10.             <situation>unmatched</situation>
  11.             <reconcile>false</reconcile>
  12.             <action>
  13.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#addFocus</handlerUri>
  14.             </action>
  15.          </reaction>
  16.          <reaction>
  17.             <situation>unlinked</situation>
  18.             <reconcile>false</reconcile>
  19.             <action>
  20.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#link</handlerUri>
  21.             </action>
  22.          </reaction>
  23.          <reaction>
  24.             <situation>linked</situation>
  25.             <reconcile>false</reconcile>
  26.             <action>
  27.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#synchronize</handlerUri>
  28.             </action>
  29.          </reaction>
  30.       </objectSynchronization>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement