The problem was in the javascript code that I use to flatten the list of group members (in case a group contains another group). That code assumed that users are always under 'ou=users' which was not the case here.
Thanks for the help. On Mon, Dec 3, 2018 at 12:44 PM Clément OUDOT <[email protected]> wrote: > > > > Le 30/11/2018 à 10:43, Lior Dotan a écrit : > >> So, are you sure to have "group" objects under > >> OU=Offices,DC=acme,DC=corp branch ? > > Yes there are groups under sub-OU like: > > OU=NYC,OU=Offices,DC=acme,DC=corp > > > > I also used the same filter to get the groups so I'm certain that LSC > > can see the groups. > > I don't know what is failing. > > Just take care that you are using executable plugin, so you can't use > any LDAP methods on destination to get members. You need to adapt your > scripts to return all required values. > > > -- > Clément Oudot | Identity Solutions Manager > > [email protected] > > > 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 _______________________________________________________________ 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

