2014-11-17 14:50 GMT+01:00 Marcin Baluta <[email protected]>: > Hi Clement, > > > > I guess that the error I’m receiving has nothing to do with group > membership. It just cannot create the group and I have no idea why. > > > > So the log without members being picked: > > > > Nov 17 14:45:31 - ERROR - Error while adding entry > CN=admins,OU=Groups,OU=imported,OU=test,DC=xxx,DC=xxx in directory > :javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - > 0000207B: UpdErr: DSID-03051266, problem 6002 (OBJ_CLASS_VIOLATION), data 0 > > ]; remaining name 'CN=admins,OU=Groups,OU=imported,OU=test’ > > Nov 17 14:45:31 - ERROR - Error while synchronizing ID > CN=admins,OU=Groups,OU=imported,OU=test,DC=xxx,DC=xxx: java.lang.Exception: > Technical problem while applying modifications to the destination > > # Mon Nov 17 14:45:31 CET 2014 > > dn: CN=admins,OU=Groups,OU=imported,OU=test,DC=xxx,DC=xxx > > changetype: add > > cn: admins > > description: System-Administration > > objectCategory: CN=admins,OU=Groups,OU=imported,OU=test,DC=xxx,DC=xxx > > >
It is because you have no objectClass in your entry. Seems you have a typo in your lsc.xml: <name>objectcClass</name> objectcClass -> objectClass Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

