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>


-- 
Clément Oudot | Identity Solutions Manager

clement.ou...@worteks.com

Worteks | https://www.worteks.com

_______________________________________________________________
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