Due to a boot process with the wrong date and time, the last LDAP sync was entered with the wrong date. The date is in the future 2045. This incorrect entry prevents an automatic LDAP sync. A manual sync works fine. How can I reset this entry.
You can run the following command to correct last_run attribute of Zammads ldap sync to the current moment. The sync then will take over after roughly an hour from that moment.
zammad run rails r "Scheduler.find_by(name: 'Import Jobs').update(last_run: Time.now)"
Hello Mr Generation,
Thanks for your support.
I executed the given command as indicated (copy / paste).
No error message but also no change to the last sync date!