Hi, You forgot to add the objectClass into the fetchedAttributes of your source ...
Regards 2016-03-29 12:34 GMT+02:00 Patrice M. <[email protected]>: > Hi Clément, > > You'll find attached a modified version of the LSC configuration file, for > privacy reasons. I hope not to have introduced further issues... :) > Please find below the detailed error message: > > -- > mars 29 11:17:30 - ERROR - Error while adding entry CN=ABCD > efgh,CN=users-fr,CN=koinobori,C=fr > in directory :javax.naming.directory.NoSuchAttributeException: [LDAP: error > code 16 - 00000057: LdapErr: DSID-0C090C30, comment: Error in attribute > conversion operation, data 0, v1db0]; remaining name 'CN=ABCD > efgh,CN=users-fr' > mars 29 11:17:30 - ERROR - Error while synchronizing ID CN=ABCD > efgh,CN=users-fr,CN=koinobori,C=fr > : java.lang.Exception: Technical problem while applying modifications to the > destination > # Tue Mar 29 11:17:30 CEST 2016 > dn: CN=ABCD efgh,CN=users-fr,CN=koinobori,C=fr > changetype: add > mail: [email protected] > givenName: abcd > objectClass: top > objectClass: organizationalPerson > objectClass: person > objectClass: inetOrgPerson > objectClass: user > cn: AFGH abcd > mailNickName: ABCD efgh Paul, Smith SIC Admin > uid: abcd.efgh > company: Blabla > sn: efgh > -- > > Best regards! > > 2016-03-25 18:31 GMT+01:00 Clément OUDOT > <[email protected]>: >> >> >> >> Le 25/03/2016 16:15, Patrice M. a écrit : >> >> Hi everyone, >> >> I'm facing problems while synchronizing with ADLDS, from OpenLDAP. >> When I send user entries with very minimal attributes set (cn, >> sAMAccountName, objectClasses), all works pretty well, but when I add other >> attributes (even only one: mail for example) I'm stuck with an error: [ldap: >> error code 16 - 00000057 ... >> >> Of course, I've verified the required objectClasses and declared them in >> this configuration set: >> <dataset> >> <name>objectClass</name> >> <policy>KEEP</policy> >> <createValues> >> <string>"top"</string> >> <string>"organizationalPerson"</string> >> <string>"person"</string> >> <string>"inetOrgPerson"</string> >> <string>"user"</string> >> </createValues> >> </dataset> >> >> Do you know where it can come from? I'm very surprized by this behaviour. >> >> >> You need to show us the full error message and also your lsc.xml so can >> have enough information to help you. >> >> >> -- >> Clément OUDOT >> Consultant en logiciels libres, Expert infrastructure et sécurité >> Savoir-faire Linux >> 87, rue de Turbigo - 75003 PARIS >> Blog: http://sflx.ca/coudot >> >> >> _______________________________________________________________ >> 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 _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

