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

>
> Le 03/04/2020 à 13:08, Lior Dotan a écrit :
> > Hi,
> >
> > I'm syncing users from AD with LSC and it's working great.
> > However, I only want to read users from AD that have first name, last
> > name & e-mail address (and optionally a mobile phone number).
> > Currently I am using this filter:
> >
> <getAllFilter>(&amp;(objectCategory=person)(objectClass=user))</getAllFilter>
> >
> > Is there a way to filer users without the 3  fields I mentioned?
>
>
> Yes:
>
>
> <getAllFilter>(&amp;(objectCategory=person)(objectClass=user)(givenName=)(sn=*)(mail=*))</getAllFilter>
>
>
>
Thanks a lot!
_______________________________________________________________
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