Issue #124 has been updated by Clément OUDOT. Status changed from Feedback to Closed Assigned to set to Jonathan Clarke Target version set to 1.1.0 % Done changed from 0 to 100 Problem in version set to 1.1.0
---------------------------------------- Bug #124: Clean phase of db2ldap deletes all entities http://tools.lsc-project.org/issues/124 Author: Jérôme Schell Status: Closed Priority: High Assigned to: Jonathan Clarke Category: Documentation Target version: 1.1.0 Problem in version: 1.1.0 During the clean phase of a db2ldap job, all entities in the destination are deleted. After tracking the problem a bit, it seems that the method clean2Ldap of org.lsc.AbstractSynchronize loops on all destination entries and calls the getObject method of org.lsc.service.AbstractJdbcService passing it the id of the entry (to look for it in the source). The problem is that the format of the id is the DN of the LDAP entry (uid=john.do,dc=mydomain,dc=com) and in the case of a JDBC source, that value is irrelevant. -- 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

