Skip to content

Commit

Permalink
fix XML
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalos committed Jun 13, 2015
1 parent 37b3f2f commit ab909a7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 38 deletions.
42 changes: 42 additions & 0 deletions samples/demo/orgs-objectType.xml
Expand Up @@ -130,4 +130,46 @@
</attribute>
</objectType>
</schemaHandling>

<synchronization>
<objectSynchronization>
<name>sync</name>
<objectClass>ri:customorganizationalUnitObjectClass</objectClass>
<kind>generic</kind>
<intent>ou</intent>
<focusType>OrgType</focusType>
<enabled>true</enabled>
<correlation>
<q:equal>
<q:path>c:name</q:path>
<!--<matchingRule xmlns:mr="http://prism.evolveum.com/xml/ns/public/matching-rule-3">mr:stringIgnoreCase</matchingRule>-->
<expression>
<c:path>$account/attributes/ri:ou</c:path>
</expression>
</q:equal>
</correlation>
<reaction>
<situation>linked</situation>
<synchronize>true</synchronize>
</reaction>
<reaction>
<situation>deleted</situation>
<synchronize>true</synchronize>
<action>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlink</handlerUri>
</action>
</reaction>
<reaction>
<situation>unlinked</situation>
<synchronize>true</synchronize>
<action>
<handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#link</handlerUri>
</action>
</reaction>
<reaction>
<situation>unmatched</situation>
</reaction>
</objectSynchronization>
</synchronization>

</resource>
38 changes: 0 additions & 38 deletions samples/demo/orgs-sync.xml

This file was deleted.

0 comments on commit ab909a7

Please sign in to comment.