2010/5/21 Romain <[email protected]>: > Hello, > > I have snc my group from OpenLDAP to AD, but the users who belong to these > group in my OpenLDAP, don't belong to these group in my AD. > > I have look this page, > http://lsc-project.org/wiki/documentation/1.1/tutorials/synchronizegroups > but i have no success. > > Is what someone have succeeded this ?
I wrote this documentation based on a connector I made, so it should work. The tricky part is the javascript code that uses LDAP builtin methods to translate the OpenLDAP member DN inot the AD member DN. Please check that your user branch in AD is "ou=users', or change this value in javascript code, else users will not be found in AD. Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

