Issue #533 has been updated by Carl Corliss.
FYI: this is broken by r1952 in trunk (line 400 of src/main/java/org/lsc/service/SyncReplSourceService.java). My sync of AD 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). ---------------------------------------- Bug #533: Synchronization of binary attributes doesn't work with SyncReplSourceService http://tools.lsc-project.org/issues/533 Author: Raphaël Ouazana Status: Closed Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.0.1 Problem in version: Using Apache Directory API, synchronization doesn't work: values are converted to String before synchronizing. Moreover the LDIF logger is wrong when displaying binary values (including sync with JNDI). -- 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

