Issue #395 has been updated by Sébastien Bahloul. Category set to Core Status changed from New to Feedback Assigned to set to Sébastien Bahloul Target version set to 2.1.x branch
Hi Robin, Thanks for this patch. It has been applied on the trunk as revision r1527. Regards, ---------------------------------------- Bug #395: Bug with white space in DNs http://tools.lsc-project.org/issues/395 Author: Robin Garner Status: Feedback Priority: Normal Assigned to: Sébastien Bahloul Category: Core Target version: 2.1.x branch Problem in version: When a DN exists in a source directory with whitespace before or after an RDN (eg "cn=Fred,ou=People, o=myorg,dc=example,dc=com"), rewriteBase leaves a trailing comma on the relative DN, and subsequent operations fail. The attached patch replaces the string manipulation of DNs with standard apache DN operations, leveraging the apache library's knowledge of DN syntax to avoid these issues. The logic becomes simpler in the process. -- 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

