Issue #63 has been updated by Jonathan Clarke.

Status changed from Feedback to Closed
Assigned to set to Jonathan Clarke

Closing this issue, the problem is resolved and nobody's complained about the 
fix :)
----------------------------------------
Bug #63: in ldap2ldap synchronization source object is read twice
http://tools.lsc-project.org/issues/show/63

Author: Jonathan Clarke
Status: Closed
Priority: Normal
Assigned to: Jonathan Clarke
Category: Core
Target version: 1.1.0


In AbstractSynchronize, the synchronize2ldap method does this for each entry:

                LscObject lscObject = srcService.getObject(id);
                [...]
                // Specific JDBC - transform flat object into a normal object
                if(fTop.class.isAssignableFrom(lscObject.getClass())) {
                    srcObject = object.getClass().newInstance();
                    srcObject.setUpFromObject((fTop)lscObject);
                } else {
                    // Specific LDAP
                    srcObject = (top)srcService.getObject(id);
                }

It seems this most probably causes two searchs to be perfomed in the source 
directory.


-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090618/a91907ce/attachment.htm>

Reply via email to