Here is my full config for the LDAP2GROUP task:
Where i f firstly retrieve the memberUid attributes from the
posixgroups, then foreach I try to perform a LDAP search to get the CN
associated to the memberUid, and then create the user in destination
groups.
The error is telling your read data in an array which is empty. You
can't call destDn[0] if you are not sure that destDn has values.
Right,
I added this in the js part and it works like a charm.
if (destDn.length == 0) (continue;)
The only errors that remain are on Samba4 side (false duplicated objetcs..)
Thanks again for enlightening me :)
_______________________________________________________________
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