Hello, There is only a crappy way to do this at this time : write your SQL request in a way that it will provide multiple values inside one : for example like "value1,value2,value3". You will find an example there : http://lists.lsc-project.org/pipermail/lsc-users/2011-April/000512.html
And then use the synchronization options to specify the correct separator (here the comma). The destination object will then be written with the multiple values. We are currently writing a new JDBC connector that will include a smart way to do this, but you would need to wait until September. Regards, 2011/7/18 dom.andra <[email protected]> > > Hello, > > I'm trying to setup mapping of user accounts data from MySQL DB to LDAP. > The problem I encountered is that a user can have multiple emails, which > means I need to create multiple LDAP 'mail' attributes for a user record. > > So my question is: does LSC support such type of mapping? If it does, can > you please provide a sample sql_map.xml with such config? > > Thank you. > > _______________________________________________________________ > Ldap Synchronization Connector (LSC) - http://lsc-project.org > > lsc-users mailing list > [email protected] > http://lists.lsc-project.org/listinfo/lsc-users > > -- Sebastien BAHLOUL IAM / Security specialist Ldap Synchronization Connector : http://lsc-project.org Blog : http://sbahloul.wordpress.com/
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

