[midPoint] Ldap connector objectSynchronization conditions not executing

Maxwell, Gary Maxwell_G at fortlewis.edu
Tue Nov 7 18:57:00 CET 2023


Hello All,

Can anyone explain how com.evolveum.polygon.connector.ldap.ad.AdLdapConnector v3.3 resource performs "unmatched", "linked" and "unlinked" processing however does not execute the code within the condition tags?

<resource>
<synchronization>
    <objectSynchronization>
.......
<reaction>
    <situation>unmatched</situation>
    <synchronize>true</synchronize>
    <action>
        <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#addFocus</handlerUri>
    </action>
    <condition>
        <script>
            <code>
                log.info("executing unmatched")
                return true
            </code>
        </script>
    </condition>
</reaction>
  </objectSynchronization>
    </synchronization>
</resource>


Any thoughts?
Thanks Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20231107/c8e187e9/attachment.htm>


More information about the midPoint mailing list