Issue #445 has been updated by Sébastien Bahloul.
Thanks for this patch Raphaël. Before commiting it, is there a way to retrieve the event of entry deletion ? If so, I think that it could be cool to modify the event based synchronization process to support it. ---------------------------------------- Bug #445: Error (NPE) when deleting an entry in the source directory with asyncLdapSourceService http://tools.lsc-project.org/issues/445 Author: Clément OUDOT Status: New Priority: Normal Assigned to: Category: Core Target version: 2.0 Problem in version: 2.0rc2 When launching LSC with asyncLdapSourceService, when a delete is done in the source repositry, we get an error in LSC: <pre> avr. 20 14:56:00 - ERROR - Error while synchronizing ID {}: java.lang.NullPointerException </pre> Indeed, when trying to reproduce this behvior with ldapsearch using syncrepl control, we see that a delete send the dn in the persistent search: <pre> clement@ader:~/Programmes/openldap$ bin/ldapsearch -H ldap://localhost:3389 -D ou=lsc,ou=accounts,ou=XXX -w secret -b ou=people,ou=XXX '(objectClass=person)' -E sync=rp -vvv dn: uid=charles.patr4,ou=people,ou=XXX control: 1.3.6.1.4.1.4203.1.9.1.2 false MEsKAQMEEOgfw2ofMxAxlEYhXTyFLmwENHJpZD 0wMDAsY3NuPTIwMTIwNDIwMTI1NTU5LjEzNzI4N1ojMDAwMDAwIzAwMCMwMDAwMDA= </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

