summaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith/files/patch-aa
blob: f726fc9117b385644c9534731f0ef13909299298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config/conf.php.dist.orig	Tue Feb 19 19:00:40 2002
+++ config/conf.php.dist	Fri May 10 18:20:09 2002
@@ -28,9 +28,9 @@
 $conf['calendar']['params']['driver'] = 'mstore';
 
 // The mstore driver requires a username and a password that is in 
-// /etc/mpasswd in order to access local calendars.
-$conf['calendar']['params']['username'] = '';
-$conf['calendar']['params']['password'] = '';
+// /usr/local/etc/mpasswd in order to access local calendars.
+$conf['calendar']['params']['username'] = 'www';
+$conf['calendar']['params']['password'] = '%%PASSCAL%%';
 
 // This is an example configuration for an sql driver, in this case MySQL.
 // $conf['calendar']['params']['phptype'] = 'mysql';