How frequently does the LDAP Sync job run for the On-Premise edition (2018.1) ?
Can we change the default?
The LDAP Sync job (if enabled) runs every 15 mins by default.
The LDAP Sync job is a cron job file. This file is named: ldapcron.cron . This file is located under: /etc/cron.d .
Note that by default this file permissions are as such that will require root to update this file. You can see the file permissions by navigating to folder: /etc/cron.d/ and running: ls -l . If you need to change permissions then use the chmod command.