[midPoint] PolyStrings with langs in correlation rules

Yakov Revyakin yrevyakin at gmail.com
Tue Jan 11 12:17:47 CET 2022


It looks like the problem was in another place of my code. So, this is non
actual for now. Thanks

On Sun, 2 Jan 2022 at 16:19, Yakov Revyakin <yrevyakin at gmail.com> wrote:

> I'd like to use the following in a correlation rule from AD to User:
>
> <q:equal>
>     <q:path>c:familyName</q:path>
>     <expression>
>         <path>$shadow/attributes/sn</path>
>     </expression>
> </q:equal>
>
> It works fine until I append localised replicas to the familyName. Having
> a value for an extra lang [ru] synchronisation stops working with DISPUTE
> status.
>
> How to address correctly only orig value in the rule? If I add matching
> this doesn't solve the problem with the same effect:
>
> <q:equal>
>     <q:path>c:familyName</q:path>
>     <q:matching>polyStringOrig</q:matching>
>     <expression>
>         <path>$shadow/attributes/sn</path>
>     </expression>
> </q:equal>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20220111/44194334/attachment.htm>


More information about the midPoint mailing list