2012/5/8 Maxime Pelletier <[email protected]>: > Hi all, > > > Have anybody tested the <delimiter> parameter in ordre to split a string > into muliple values? Here is what I tried: > > ============= > <dataset> > <name>departmentNumber</name> > <policy>FORCE</policy> > <forceValues> > > <string>srcBean.getDatasetFirstValueById("departmentNumber")</string> > </forceValues> > <delimiter>;</delimiter> > </dataset> > ============= > > This configuration isn't working. I have some "001;002" in my LDAP. I had to > turn back to my old configuration and adding ".split(";")" > > Am I the only one with that problem?
Yes this is a bug, solved on SVN (2.0 branch and trunk) : http://tools.lsc-project.org/issues/432 Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

