summaryrefslogtreecommitdiff
path: root/mail/horde4-turba/files/patch-ab
blob: 195d806b3b341945c5a3ffe6b008d8d157af5031 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- config/sources.php.dist.orig	Thu Jun  6 16:06:36 2002
+++ config/sources.php.dist	Tue Jun 11 19:28:01 2002
@@ -134,10 +134,11 @@
     'title' => 'My Addressbook',
     'type' => 'sql',
     'params' => array(
+//      'phptype' => 'pgsql',
         'phptype' => 'mysql',
         'hostspec' => 'localhost',
-        'username' => 'horde',
-        'password' => '*****',
+        'username' => 'hordemgr',
+        'password' => 'hordemgr',
         'database' => 'horde',
         'table' => 'turba_objects'
     ),