From 3ce63406c82d3af20d8e987ab030e2167599769a Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 22 Sep 2011 15:34:33 +1200 Subject: [PATCH] A script that can be run from cron to sync from LDAP. As proposed by 'mate' on IRC. This simple code hopefully also demonstrates a good general starting point to future PHP scripts running from the command-line within DAViCal. --- scripts/cron-sync-ldap.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 scripts/cron-sync-ldap.php diff --git a/scripts/cron-sync-ldap.php b/scripts/cron-sync-ldap.php new file mode 100755 index 00000000..ae9be7e6 --- /dev/null +++ b/scripts/cron-sync-ldap.php @@ -0,0 +1,33 @@ +#!/usr/bin/env php +