6.0.0-beta1
10/18/25

[#489] My address book
Summary My address book
Queue Turba
Queue Version HEAD
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester david (at) tmv (dot) gov (dot) tw
Created 08/17/2004 (7732 days ago)
Due
Updated 08/17/2004 (7732 days ago)
Assigned
Resolved 08/17/2004 (7732 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/17/2004 09:31:19 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
That's the purpose of the admin setting.
08/17/2004 06:24:43 AM david (at) tmv (dot) gov (dot) tw Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ My address book
Queue ⇒ Turba
Reply to this comment
I have a mysql-backend address book called "My address book".Strange 
thing is administrator can view all contacts of this book in browse 
view,even contacts were created by other user.



Here are partial turba/config/source.php for your information.

==============================================================

$cfgSources['localsql'] = array(

     'title' => _("My Addressbook"),

     'type' => 'sql',

     'params' => array_merge($conf['sql'], array('table' => 'turba_objects')),



         'map' => array(

         '__key' => 'object_id',

         '__owner' => 'owner_id',

         '__type' => 'object_type',

         '__members' => 'object_members',

         'name' => 'object_name',

         'email' => 'object_email',

         'alias' => 'object_alias',

         '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',

         'pgpPublicKey' => 'object_pgppublickey',

         'smimePublicKey' => 'object_smimepublickey',

         'freebusyUrl' => 'object_freebusyurl'

     ),

     'search' => array(

         'name',

         'email'

     ),

     'strict' => array(

         'object_id',

         'owner_id',

         'object_type',

     ),

     'public' => false,

     'readonly' => false,

     'admin' => array('administrator@tmv.gov.tw'),

     'export' => true

);




Saved Queries