On Fri, Apr 3, 2020 at 3:34 PM Clément OUDOT <clement.ou...@worteks.com>
wrote:

>
> Le 03/04/2020 à 13:11, Lior Dotan a écrit :
> > Hi,
> >
> > Currently I have two tasks to sync groups from AD:
> > 1) A task the syncs the group
> > 2) a task that assigns users to the group according to the AD membership
> >
> > To get the groups I use this filter:
> > <getAllFilter>(objectClass=group)</getAllFilter>
> >
> > Is it possible to only retrieve groups that has members?
>
>
> Try:
>
> <getAllFilter>(&amp;(objectClass=group)(member=*))</getAllFilter>
>
>
Thanks for this as well
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
lsc-users@lists.lsc-project.org
https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

Reply via email to