On 19/03/2019 12:57, Christiaan Louw wrote: > root@labldap:~# lsc -s /etc/lsc/openldap2ad/lsc.xml > > Mar 19 13:27:16 - INFO - Logging configuration successfully loaded from > /etc/lsc/logback.xml > > Mar 19 13:27:16 - INFO - LSC configuration successfully loaded from /etc/lsc/ > > Mar 19 13:27:16 - INFO - Connecting to LDAP server > ldap://10.10.10.90:389/dc=domain,dc=org,dc=za/ as > cn=admin,dc=domain,dc=org,dc=za > > Mar 19 13:27:16 - INFO - Connecting to LDAP server > ldap://10.18.1.60:389/dc=domain,dc=org,dc=za/ as > CN=Christiaan,OU=Users,OU=Pretoria,DC=domain,DC=org,DC=za > > Mar 19 13:27:16 - WARN - No clean filter has been specified for > task=MySyncTask. During the clean phase, LSC wouldn't be able to get the > right entries and may delete all destination entries ! > > Mar 19 13:27:16 - ERROR - No specified tasks could be launched! Check > spelling and that they exist in the configuration file. >
Your options are not correct (see lsc -h) : -s indicates a task within your lsc file. Use "all" to execute all tasks described in your lsc file. -f or --config to point to directory containing your configuration . so it should be : lsc -s all -f /etc/lsc/openldap2ad Regards -- Soisik Froger | Software Architect [email protected]= Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

