2 Feb 2006 15:18
shared mysql contacts question
Derek Dresser <ddresser <at> rnome.com>
2006-02-02 14:18:14 GMT
2006-02-02 14:18:14 GMT
Hello, I am running the current CVS versions of Horde/IMP/Turba,etc. I recently set up a shared sql contacts list by doing the following 1. created shared_turba_objects table 2. created config sources.php entry (see below) 3. added permissions objects for turba,sources,Shared MySQL Addressbook and assigned appropriate permissions My intention was to set up a contacts list that is both readable and writable by all our Horde users. After doing this, I found that users could only access entries where the 'owner_id' field contained their username (essentially contacts they created). I tried the following: 1. setting the owner_id field on all entries in the shared_turba_objects to '' 2. setting the following options (even though, as I understand it, these options are deprecated) 'public' => true, 'readonly' => false, 'browse' => true, 3. setting VERY open permissions on all the turba permissions objects 4. banging my head against the wall(Continue reading)None of these things allowed users to view any entries except those where the owner_id was their username. finally, I got this to work for everyone by commenting out the following line in
None of these things allowed users to view any entries except those where the
owner_id was their username.
finally, I got this to work for everyone by commenting out the following line in
RSS Feed