2012/11/14 Emilio García <[email protected]>

> Good day everyone!
>
> I have now a lovely OpenLDAP --> AD sync working fine in place. I would
> like now to sync the OpenLDAP to AD passwords. So I have a custom attribute
> in OpenLdap with a cleartext (soon to be encrypted AES values) which I want
> to update to AD.
>
> Now the logic I want to implement is this:
>
> if (canBind(user,openldapAttributePasswdValue))
>    doNothing
> else
>    updateUnicodePwdInAD
>
> How can I plug this into the xml logic? Specially the doNothing part.
>


You can create a separate task just for password and set the update
condition to  !canBind(user,
openldapAttributePasswdValue)


Clément.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to