2014-07-21 8:16 GMT+02:00 Uli Tehrani <[email protected]>:

> Hello all,
>
>
> i wan't to sync User-Accounts for 2  Openldap directories (2.2 => 2.4)
> with lsc.
> I wan't to avoid synchronisation of the userPassword attribute  if the 2.4
> destination directory  is configured for SASL-Passthrough (value of
> userPassword is {SASL}<user>@<DOMAIN> ).
>
> Is there a way to do this with lsc or do i have to use openldap ACLs ?
>
>

Hi,

you can do that with some scripting inside the dataset. The script needs to
get the value of userPassword in dstBean (use an eval() so it won't break
if entry do not exist in destination). If the value starts with {SASL},
then return current destination value, else push the userPassword value of
srcBean.


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