From bacf08fea6f2941915100067d1f7a1b26a1a4e30 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 3 Feb 2024 12:17:01 +1300 Subject: [PATCH] Wrap doc lines at 76 characters. --- scripts/cron-sync-ldap.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/cron-sync-ldap.php b/scripts/cron-sync-ldap.php index ae9be7e6..32bf42d9 100755 --- a/scripts/cron-sync-ldap.php +++ b/scripts/cron-sync-ldap.php @@ -13,11 +13,12 @@ Usage: Where 'davical.example.com' is the hostname of your DAViCal server. -This script can be used to synchronise DAViCal from your LDAP server on a regular -basis to ensure group information is up-to-date. It's not strictly necessary as -DAViCal's user data will be updated as soon as a new or updated user logs into -DAViCal, but it can be useful to synchronise data for people who have not logged -into DAViCal so that they are visible as potential calendars, for example. +This script can be used to synchronise DAViCal from your LDAP server on a +regular basis to ensure group information is up-to-date. It's not strictly +necessary as DAViCal's user data will be updated as soon as a new or updated +user logs into DAViCal, but it can be useful to synchronise data for people +who have not logged into DAViCal so that they are visible as potential +calendars, for example. USAGE; exit(1); @@ -30,4 +31,4 @@ chdir(str_replace('/scripts/cron-sync-ldap.php','/htdocs',$script_file)); require_once("./always.php"); sync_LDAP(); -sync_LDAP_groups(); \ No newline at end of file +sync_LDAP_groups();