Issue #720 has been updated by Raphaël Ouazana.
Hi, Thank you for this bug report. We are aware of this regression and will fix it before the next merge of trunk. Regards, Raphaël Ouazana. ---------------------------------------- Bug #720: Regression: r1952 breaks synchronization of binary attributes http://tools.lsc-project.org/issues/720 Author: Carl Corliss Status: Assigned Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.1.2 Problem in version: trunk r1952 in trunk (line 400 of src/main/java/org/lsc/service/SyncReplSourceService.java) causes a regression with synchronization of binary attributes (feature added by r1794): My synchronization of the Active Directory objectGUID attribute to a custom OpenLDAP attribute of essentially the same binary syntax/type (called employeeUUID) goes from something like: <pre>employeeUUID:: 1MKD+AEwvEKG0GK+3DI+SQ==</pre> to something like: <pre>employeeUUID: [B@4586dfef</pre> when using trunk (and r1952). If I change line 400 back to: <pre>datasetsValues.add(value.getBytes());</pre> then it works again as expected (see first example). -- 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

