Issue #63 has been reported by Jonathan Clarke.
----------------------------------------
Bug #63: in ldap2ldap synchronization source object is read twice
http://tools.lsc-project.org/issues/show/63
Author: Jonathan Clarke
Status: New
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/20090609/a56be6c3/attachment.htm>