--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 +++ config/sources.php.dist Sun May 19 00:50:20 2002 @@ -137,22 +137,26 @@ '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', - 'socket' => '', +// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql +// 'port' => '5432', +// 'port' => '3306', +// 'protocol' => 'unix', +// 'socket' => '', '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',