2017-10-30 10:46 GMT+01:00 Nikos Voutsinas <[email protected]>:
> Hello Clément,
>
> I've set the userPassword as binaryAttribute in lsc.xml, however nothing
> changed.

Ok, remove userPassword from binaryAttributes and try this javascript
in your dataset to get the String value:

            var octetString = srcBean.getDatasetFirstValueById("userPassword");
            var str = java.lang.String(octetString);


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

lsc-users mailing list
[email protected]
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to