How do I set up daily LDAP sync?


Currently, there is no functionality to set up a daily LDAP sync. 

However, you can create a script that will trigger a daily LDAP sync by sending an API command once a day. 

For instance, you can use a standard CURL script running on a virtual machine connected to the Meeting Server API: 

echo curl -k -X POST --user admin:password https://<CMS_IP_OR_DNS>/api/v1/ldapSyncs > /etc/cron.daily/ldapsync.sh && chmod u+x /etc/cron.daily/ldapsync.sh

 Note: This command must be run as root

 

 

Last update:
07-Apr-2020
FAQ ID:
1489