[horde] Public Addressbook
Charles Robinson
crobins at proexam.org
Wed Aug 28 16:47:48 PDT 2002
I created the entry in the config.
Made it public.
This conf makes my personal book public under the title of the new book.
I didn't think I needed to create a new table. Maybe I do need to due to
UID/owner id. Or will simply removing the ownerid fix the problem.
The shared addbook uses the same table as My Addbook
'table' => 'turba_objects'
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'name' => 'object_name',
'email' => 'object_email',
etc..etc..
),
'strict' => array(
'object_id'
),
'public' => true,
'readonly' => false,
'export' => true
);
I posted this in the turba lists but had no repsonse as of yet.
Can anyone help me with a suggestion?
Thanks.
crobins
More information about the horde
mailing list