Le 09/10/2018 à 10:04, ERIC BRYS a écrit : > > Hello, > > > > In a LDAP to LDAP synchro, multi-valued attributes are synchronized > with all their values by default. > > When I try an LDAP to Postgres DB synchronization, only the last value > of a multi-valued attribute is synchronized. > > What should be done to force all the values to be synchronized in a DB > table column as a string with the specified separator for the values ? > > (or to be setup in a sub-table) >
Hello, it the dataset returns an Array, then an LDAP destination will take this for multivaluated attribute, but for a DB destination, only the first value will be kept. You need to adapt your dataset to concatenate the values if you have a DB destination. -- 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

