2014-12-04 23:48 GMT+01:00 W. Ho <[email protected]>: > Another test I did: > > I removed groupOfUniqueNames from the destination OpenLDAP objectClass. > The new error message is below: > > ERROR - Error while adding entry > cn=test,ou=Groups,ou=Dept,dc=sample,dc=net in directory > :javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - > object class 'groupOfNames' requires attribute 'member']; remaining name > 'cn=test,ou=Groups,ou=Dept' > Dec 04 14:13:34 - ERROR - Error while synchronizing ID > cn=test,ou=Groups,ou=Dept,dc=sample,dc=net: java.lang.Exception: Technical > problem while applying modifications to the destination > > I also changed OpenLDAP attributes from uniqueMember to member but the > result is the same. > > I am able to manually export groups from AD in ldif format and run ldapadd > to add them to OpenLDAP. This is just to verify LDAP structure and > required attributes are correct. > >
You need to choose between groupOfNames/member and groupOfUniqueNames/uniqueMember. I recommend groupOfNames/member. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

