2012/8/1 Domenic Silletti <[email protected]> > > Hi, > I have an openldap setup that has givenName used for both the first name and > the middle name/initial. I am trying to sync this to Active Directory, where > givenName can only have a single value. Is there a way to grab the first > givenName and ignore the second?
Hi, use getDatasetFirstValueById to get the first value of a dataset. Clément. > Thanks > > > _______________________________________________________________ > Ldap Synchronization Connector (LSC) - http://lsc-project.org > > lsc-users mailing list > [email protected] > http://lists.lsc-project.org/listinfo/lsc-users > _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

