Issue #248 has been updated by Clément OUDOT. Status changed from Feedback to Assigned Assigned to changed from Clément OUDOT to Raphaël Ouazana
The behaviour is the same with LSC 2.1: <pre> avr. 28 15:54:03 - INFO - Starting sync for alias avr. 28 15:54:04 - DEBUG - In object "ldap://localhost:389/uid=coudot,ou=users,dc=example,dc=com,ou=zimbra,ou=applications,dc=example,dc=com": List of attributes considered for writing in destination: [description] avr. 28 15:54:04 - DEBUG - In object "ldap://localhost:389/uid=coudot,ou=users,dc=example,dc=com,ou=zimbra,ou=applications,dc=example,dc=com": Attribute "description" is in FORCE status avr. 28 15:54:04 - DEBUG - In object "ldap://localhost:389/uid=coudot,ou=users,dc=example,dc=com,ou=zimbra,ou=applications,dc=example,dc=com": Adding attribute "description" with values [Test log alias] avr. 28 15:54:04 - DEBUG - Update condition false. Should have modified object ldap://localhost:389/uid=coudot,ou=users,dc=example,dc=com,ou=zimbra,ou=applications,dc=example,dc=com # Mon Apr 28 15:54:04 CEST 2014 dn: ldap://localhost:389/uid=coudot,ou=users,dc=example,dc=com,ou=zimbra,ou=applications,dc=example,dc=com changetype: modify replace: description description: Test log alias avr. 28 15:54:04 - INFO - All entries: 3, to modify entries: 1, successfully modified entries: 0, errors: 0 </pre> This should be fixed if possible. ---------------------------------------- Bug #248: dn error when using derefAlias = always http://tools.lsc-project.org/issues/248 Author: Lanore Ronan Status: Assigned Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.1 Problem in version: it appears that when we use this config line: <pre> dst.java.naming.ldap.derefAliases = always </pre> in conjunction with an ldap object same as: <pre> # r.lanore, zimbra, applications, dom.fr dn: uid=r.lanore,ou=zimbra,ou=applications,dc=dom,dc=fr objectClass: extensibleObject objectClass: alias objectClass: top uid: r.lanore aliasedObjectName: uid=rlanore,ou=utilisateurs,dc=dom,dc=fr </pre> and this config line: <pre> lsc.tasks.account.dn = "" </pre> produce this log: <pre> Jun 24 18:39:42 - DEBUG - In entry "ldap://localhost:389/uid=rlanore,ou=utilisateurs,dc=cam,dc=fr,ou=zimbra,ou=applications" </pre> the result should be <pre> Jun 24 18:39:42 - DEBUG - In entry "uid=rlanore,ou=utilisateurs,dc=cam,dc=fr" </pre> no? -- 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

