Fwd: Re: [turba] Re: [imp] Allowing more than one person to edit
addressbook
Jan Schneider
jan at horde.org
Wed Aug 6 02:09:59 PDT 2003
----- Weitergeleitete Nachricht von chris-friend at gesserit.net -----
Datum: Tue, 5 Aug 2003 21:41:53 -0500
Von: Chris Shaffer <chris-friend at gesserit.net>
Antwort an: Chris Shaffer <chris-friend at gesserit.net>
Betreff: Re: [turba] Re: [imp] Allowing more than one person to edit
addressbook
An: Jan Schneider <jan at horde.org>
>> I'm storing an addressbook in MySQL. I've gotten it to display for
>> all users, but each user is only able to edit records they created.
>> there any way to allow all users to edit all records in the
>> addressbook?
>
> Only if you put all users in the admin field of the addressbook
> configuration.
OK, I tried this and nothing seems to be working. I've tried:
'public' => true,
'readonly' => false,
'admin' => array(),
'export' => true
Which allows only the person who created a record to edit it, and:
'public' => true,
'readonly' => true,
'admin' => array('john','frank'),
'export' => true
and nobody can create or edit records, and:
'public' => true,
'readonly' => true,
'admin' => array(500,504),
'export' => true
and nobody can create or edit records...
Can anyone tell me what I need to be entering in the sources.php file?
--
Chris
----- Ende der weitergeleiteten Nachricht -----
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
More information about the turba
mailing list