2013/11/29 Matteo Perego <[email protected]> > Il 29/11/2013 11:19, Clément OUDOT ha scritto: > > > 2013/11/29 Matteo Perego <[email protected]> > >> suggestion ? >> > > > Your mainIdentifier rule should work with a single task for the two OU: > > > <mainIdentifier>srcBean.getDatasetFirstValueById("distinguishedName").replace("example","example-test")</mainIdentifier> > > > Why does it fail? > > > Hi Clement, > with that rule and a getOneFilter like this: > > <getOneFilter>(distinguishedName={distinguishedName})</getOneFilter> > > I didn't get results on the destination AD cause {distinguishedName} seems > to be resolved on the SRC main identifier and not the DST one. > > Without results LSC try to create an already existing entry. > > I cannot use other attributes (like {cn}) cause they're not unique. >
You should use sAMAccountName as pivot, as they should be unique. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

