ports/mail/horde-turba/files/patch-ab
Ying-Chieh Liao 1e5f8701d9 horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
2002-01-19 16:58:09 +00:00

35 lines
1.1 KiB
Text

--- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002
+++ config/sources.php.dist Thu Jan 3 18:04:12 2002
@@ -92,21 +92,25 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
- 'phptype' => 'pgsql',
- 'hostspec' => '',
- 'username' => '',
- 'password' => '',
+// 'phptype' => 'pgsql',
+ 'phptype' => 'mysql',
+ 'hostspec' => 'localhost',
+ 'username' => 'hordemgr',
+ 'password' => 'hordemgr',
'database' => 'horde',
'options' => '',
- 'tty' => '',
- 'port' => '5432',
- 'protocol' => 'unix',
+// 'tty' => '',
+// Default port: 5432 for pgsql (PostGres), 3306 for mysql
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
'table' => 'turba_objects'
),
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'name' => 'object_name',
+ 'alias' => 'object_alias',
'email' => 'object_email',
'homeAddress' => 'object_homeAddress',
'workAddress' => 'object_workAddress',