[midPoint] Apply mapping only when user password is changed

Lubomir Odlevak odlevak.lubomir at gmail.com
Wed Feb 7 09:50:14 CET 2018


 Hi,

I have the following outbound mapping for unlock/lockout user on AD:
    <attribute>
            <c:ref>ri:lockoutTime</c:ref>
            <limitations>
               <maxOccurs>1</maxOccurs>
            </limitations>
            <outbound>
               <strength>strong</strength>
               <expression>
                  <value>0</value>
               </expression>
               <condition>
                  <script>
                     <code>

                // Condition is needed to detect password attribut has been
changed

                      </code>
                  </script>
               </condition>
            </outbound>
         </attribute>


It is possible to specify condition in <condition> section to detect mP
user's password change  so that outbound mapping would be dependent on
password change only ?

Thanks
Regards
Lubomir Odlevak

>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20180207/80ee56aa/attachment.htm>


More information about the midPoint mailing list