On 01/02/2018 10:19, Lior Dotan wrote:
Hi,

I'm trying to sync groups and users from AD. Everything is working
okay but in case of nested groups, I'd like to flatten them to a
single group with all the users.

Running the foloowing filter with ldapsearch gives the expected results:
(memberOf:1.2.840.113556.1.4.1941:=cn=LargeGroup,ou=ad-testing,dc=ad-testing,dc=test,dc=io)

But when i run the same filter in LSC I still only get the the
sub-groups of "LargeGroup" instead of the users.

Is there a way to get the users list in case of nested groups?

Thanks,
Lior

Hi,

How do you use this filter ? In a sync group task (which only deals with group 
objects so it's normal if you get only groups in results) or when synchronizing 
the member attribute of a group in a javascript, like this one : 
https://lsc-project.org/documentation/tutorial/synchronizegroups#member ?

Please share the relevant part of your LSC configuration and the ldapsearch 
command you used.

--
Soisik
_______________________________________________________________
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