Hi,

I think you have a case-related problem. I don't know exactly why, but LSC
seems to be confused with entry beginning with "cn=" and entries beginning
with "CN=". Please try the following modifications:

Le Jeu 8 juillet 2010 10:36, TRUCTIN-MAVRE frédéric a écrit :
> lsc.tasks.FirstTask.dn = "cn=" + srcBean.getAttributeValueById("cn") + ""

lsc.tasks.FirstTask.dn = "CN=" + srcBean.getAttributeValueById("cn") + ""

Regards,
Raphaël Ouazana.

_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to