LDAP Sync Intertval - How to change the interval from 1 hour to 24 hours

Infos:

  • Used Zammad version: 3.2x
  • Used Zammad installation source: (source, package, …)
  • Operating system: unbuntu server 18
  • Browser + version:

Expected behavior:

Actual behavior:

Steps to reproduce the behavior:

I’m looking for a way to change the LDAP synch interval from 1 hour to 24 hours.

Hey @bobq - welcome to the community! You can run the following line on your Zammad rails console:

Scheduler.find_by(name: 'Import Jobs').update!(period: 1.day)

Please note that this will also affect the Exchange import. There might be other imports coming in the future that will be affected by this change as well.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.