Issue #720 has been updated by Clément OUDOT. Status changed from Feedback to Closed % Done changed from 80 to 100
Tested with a sync between AD and OpenLDAP ---------------------------------------- Bug #720: Regression: r1952 breaks synchronization of binary attributes http://tools.lsc-project.org/issues/720 Author: Carl Corliss Status: Closed Priority: Normal Assigned to: Category: Core Target version: 2.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

