Le 29/08/2018 à 17:18, ERIC BRYS a écrit : > > Hello (Clément), > > > > I’m testing a sync between LDAPs where uniqueMember (multivalued) is > involved. > > A Dataset is set for it with the following settings: > > > > <dataset> > > <name>uniqueMember</name> > > <policy>MERGE</policy> > > <forceValues></forceValues> > > </dataset> > > > > When running the Task I get the following error on some entries : > > > > Aug 29 16:35:37 - ERROR - Error while modifying entry > xyz=00001NIL,ou=rtzgroups,ou=sdf,ou=Applications,dc=exemple,dc=com in > directory :javax.naming.directory.AttributeInUseException: [LDAP: > error code 20 - Attribute Or value Exists]; remaining name > 'xyz=00001NIL,ou=rtzgroups,ou=sdf,ou=Applications' > > Aug 29 16:35:37 - ERROR - Error while synchronizing ID > xyz=00001NIL,ou=rtzgroups,ou=sdf,ou=Applications,dc=exemple,dc=com: > java.lang.Exception: Technical problem while applying modifications to > the destination > > # Wed Aug 29 16:35:37 MEST 2018 > > dn: xyz=00001NIL,ou=rtzgroups,ou=sdf,ou=Applications,dc=exemple,dc=com > > changetype: modify > > add: uniqueMember > > uniqueMember: xyz=0000188W,ou=People,dc=pictet,dc=com > > - > > > > This error seems to occur when there is only one and the same > uniqueMember value on either the source and the destination LDAP. > [LDAP: error code 20 - Attribute Or value Exists] is a correct > response of the dst Directory Server in this context. > > Should not LSC detect that there is no need to execute an ‘add:’ > operation in this case ? When there are many (more than 2?) > uniquemember, the MERGE policy adds only the new members and not the > members already existing in the destination. >
Indeed, this seems to be a bug. You can open an issue on https://github.com/lsc-project/lsc -- Clément Oudot | Identity Solutions Manager [email protected] Worteks | https://www.worteks.com
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

