2015-01-30 7:20 GMT+01:00 <[email protected]>: > Hi Clement, > > My LSC and mysql (source service) setup is on one server and AD (destination > service) is on another server. So I cannot find members from AD. But in my > case, I want to sync members according to mysql db to Active directory.
I don't see the problem. LSC can search the member in AD with the configured LDAP connection. > > Can you please update me on what below parameter will have value once it is > successful? [ what ldap.getContextDn() will return? ] > > var destMemberDn = destDn.get(0) + "," + ldap.getContextDn(); ldap correspond the the destination LDAP connection, srcLdap correspond to the source LDAP connection. Here you have MySQL as source, and AD as destination, so use ldap object to query 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

