2015-02-25 15:38 GMT+01:00 Uwe Faber <[email protected]>: > Hi folks, > > i am syncing from Openldap to AD, in my destination AD threre are some > system objects i want prevent from syncing. > > These objects had an entry "lsCriticalSystemObject" with a value uf "true". > > How could i these implement in a Filter ? >
Hi, use (!(lsCriticalSystemObject=true)) in getAllFilter of the destination. See http://lsc-project.org/wiki/documentation/latest/basics Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

