Thanks, it works great ! but with (sn=*)(givenName=*) without ! :-)
On Mon, Nov 17, 2014 at 3:33 PM, Clément OUDOT <[email protected]> wrote: > > > 2014-11-17 15:28 GMT+01:00 Renaud <[email protected]>: > >> Hi >> >> It"s possible with lsc filters to bypass sync for users don't have some >> attributes as *sn* or *givenName* ? >> we have some old "*services account*" with empty *sn* et *givenName* et >> we don't want sync them. >> >> > > Of course. Here the LDAP filters are your friends too. Use this in the > getAllFilter for example: > > > (&(!(sn=*))(!(givenName=*))(objectClass=person)) > > > > Clément. >
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

