2014-11-26 14:47 GMT+01:00 FOUCHET, Alexandre < [email protected]>:
> OK, sorry I got out of the list, didn’t mean to. Thanks for your answers > > > > So, I am still trying to figure out the filters in ldapSourceService & > ldapDestinationService. Not sure what I should put inside each of the 6 : > You are right, this is not really explained in our documentation. I tried to sum up this on this page: http://lsc-project.org/wiki/documentation/latest/basics You should find the answers to your questions. > > > > Unrelated, but at some point when I was playing with the conf, I got this > message after trying to update a jPortalUser : > > nov. 26 14:06:13 - ERROR - Error while adding entry > uid=fr.alex.fouchet,dmdName=users,dmdName=community,dmdName=portal,dmdName=applications,dc=cap,dc=ad > in directory :javax.naming.NameAlreadyBoundException: [LDAP: error code 68 > - Entry Already Exists]; remaining name > 'uid=fr.alex.fouchet,dmdName=users,dmdName=community,dmdName=portal,dmdName=applications,dc=cap,dc=ad > > nov. 26 14:06:13 - ERROR - Error while synchronizing ID > uid=fr.alex.fouchet,dmdName=users,dmdName=community,dmdName=portal,dmdName=applications,dc=cap,dc=ad: > java.lang.Exception: Technical problem while applying modifications to the > destination > > nov. 26 14:06:13 - DEBUG - java.lang.Exception: Technical problem while > applying modifications to the destination > > java.lang.Exception: Technical problem while applying modifications to the > destination > > at org.lsc.SynchronizeTask.run(AbstractSynchronize.java:783) > [lsc-core-2.1.1.jar:na] > > at org.lsc.SynchronizeTask.run(AbstractSynchronize.java:689) > [lsc-core-2.1.1.jar:na] > > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown > Source) [na:1.7.0_45] > > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown > Source) [na:1.7.0_45] > > at java.lang.Thread.run(Unknown Source) [na:1.7.0_45] > > # Wed Nov 26 14:06:13 CET 2014 > > > > What could cause this kind of error ? That LSC doesn’t have the right to > edit existing objects on the remote LDAP serv ? > The error is "[LDAP: error code 68 - Entry Already Exists]" : means that LSC tries to add the entry because it does not find it in destination. You should configure the getOneFilter of your destination with the correct value in order that LSC can match the source entry and the destination entry. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

