Issue #63 has been updated by Jonathan Clarke.

Status changed from New to Feedback
% Done changed from 0 to 100

Applied in changeset r245.
----------------------------------------
Bug #63: in ldap2ldap synchronization source object is read twice
http://tools.lsc-project.org/issues/show/63

Author: Jonathan Clarke
Status: Feedback
Priority: Normal
Assigned to: 
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/20090610/36eec467/attachment.htm>

Reply via email to