2015-01-29 9:56 GMT+01:00 <[email protected]>: > Hi Clement, > > > > Ok. But in my case, I have mysql as source instead of ldap so I am planning > to supply list of members as below: > > > > | uniqueMember | > > +------------------------+ > > | hvshah,hvshah1,hvshah2 | > > +------------------------+ > >
In this case, you have only one value for attribute uniqueMember. So use getDatasetFirstValueById. Use the 'split' to map your value to an array of values: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

