[turba] Turba and public addressbook

Toomas Vann tom at bns.ee
Wed May 21 09:53:23 PDT 2003


Hi!

Either i am doing something wrong, but this did not help...

Anyone ?

Regards,
Toomas

-----Original Message-----
From: nmollring at cennecs.org [mailto:nmollring at cennecs.org]
Sent: Wednesday, May 21, 2003 5:46 PM
To: turba at lists.horde.org
Subject: Re: [turba] Turba and public addressbook




> I have installed Horde 2.2.3 and Turba 1.2.
> Most things seeme to work, but now i have made a public addressbook like
> this
> in sources.php:
>
> $cfgSources['localsqlpublic'] = array(
>     'title' => 'Public Addressbook',
>     'type' => 'sql',
>     'params' => array(
>         'phptype' => 'mysql',
>         'hostspec' => 'localhost',
>         'username' => 'horde',
>         'password' => 'horde',
>         'database' => 'horde',
>         'table' => 'turba_shared_objects'
>     ),
>     'map' => array(
>         '__key' => 'object_id',
>         '__owner' => 'owner_id',
>         '__type' => 'object_type',
>         '__members' => 'object_members',
>         'name' => 'object_name',
>         'email' => 'object_email',
>         'homeAddress' => 'object_homeaddress',
>         'workAddress' => 'object_workaddress',
>         'homePhone' => 'object_homephone',
>         'workPhone' => 'object_workphone',
>         'cellPhone' => 'object_cellphone',
>         'fax' => 'object_fax',
>         'title' => 'object_title',
>         'company' => 'object_company',
>         'notes' => 'object_notes'
>     ),
>     'search' => array(
>         'name',
>         'email'
>     ),
>     'strict' => array(
>         'object_id'
>     ),
>     'public' => true,
>     'readonly' => true,
>     'admin' => array('toomas'),
>     'export' => true
> );
>
> And ofcource supporting table on Horde db. User toomas is the one i log
into
> Horde (which authenticates to imap).
> Should i be able to add/remove/edit information in that spesific
> addressbook?

Maybe it will work.  You might have to use array('toomas at yourserver')
formatted
like your email address.
Nate

-- 
Turba mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe at lists.horde.org


More information about the turba mailing list