2013/6/20 Rina Kotadia <[email protected]> > > Hi, > how can I fetch my deleted users/groups from active directory and sync it > with my SQL database. > because when user/group deleted from active directory its 'cn' attribute > is changed.So how comparison done? > > To get deleted entries, LSC use a clean phase (option -c in command line) that will list all entries in destination, and for each entry found, use the clean filter to match the entry in the source. If the entry is not found in the source, then it is deleted in the destination.
So configure the cleanFilter for your ldapSourceService to implement the deletion in your SQL destination service. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

