Il 05/08/2014 08:44, Tomáš Lukl ha scritto: > I have a fairy simple configuration which synchronises AD to OpenLDAP > (see bellow). Everything works flawlessly but the sync. job runs just > once after LSC start. Maybe I am missing something important, but I have > not found a way to setup LSC to run sync task periodicaly. I supposed > LSC task to be run every hour, but that is not working. lsc-agent shows > that the task is running. > > I would realy appreciate any help in this matter. > > Thanks a lot! > [...]
> > <task> > <name>SyncUVNOpenLDAP</name> > <bean>org.lsc.beans.SimpleBean</bean> > <ldapSourceService> [...] a async task is defined with the <asyncLdapSourceService> element (you need also the <serverType>OpenLDAP</serverType> tag), so your task is not asyncronous. As Clément told me some time ago (http://lists.lsc-project.org/pipermail/lsc-users/2014-April/001834.html) in order to work async service requires OpenLDAP with syncprovider overlay. So it should work OpenLDAP -> AD, vice versa it is not expected to work, ciao, Francesco _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

