On 21/01/2019 17:14, Mark wrote:
> I understand your comment about the js file being defined as an external
> script.
>
> If you look at my first comment, you'll see that I do define the js file as
> an external script. My LSC.CONF is attached to the first comment.
OK. If .size() does not works but .length does, it means you are receiving an
array of objects from getRangeValues function, and not a list, so you should
access items using such syntax :
for (var i=0; i<membersSrcDn.length; i++) {
var memberSrcDn = membersSrcDn[i]; // instead of membersSrcDn.get(i);
--
Soisik Froger | Software Architect
[email protected]
+33 6 49 00 09 55
Worteks | https://www.worteks.com
_______________________________________________________________
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