[turba] Re: private addressbook for "admin"
Karsten Richter
richter at ispro.de
Wed Dec 4 12:53:32 2002
Hello,
I worked on the same thing but my problem is that a spezial user "richter"
can´t add adresses if the option is set to readonly = true,
for anybody privat adressbook is set to:
'public' => false,
'readonly' => false,
'admin' => array(),
'export' => true
for anybody global adressbook is set to:
'public' => true,
'readonly' => true,
'admin' => array('richter'),
'export' => false
but the user richter don´t can add adresses.
Any Idea
Thanks
Karsten Richter
> "lst_hoe" <lst_hoe@kwsoft.de> schrieb im Newsbeitrag
news:3.0.6.32.20021129164759.0090b100@mailer.hq.kwsoft.de...
> Hello
> i have configured turba to use MySQL and two addressbooks. One "personal"
> for every user (read/write) and a "common" with only read-access except
for
> the "admin" user. With this setup the "admin" user get only one
addressbook
> which is readable by all?
> Is this intended behavior?
> We use turba 1.1 with the following in "sources.php" :
snip.....
'public' => false,
'readonly' => false,
'admin' => array(),
'export' => true
snipp
'public' => true,
'readonly' => true,
'admin' => array('admin'),
'export' => false
> Thanxs for any help
> Andreas
> --
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
More information about the turba
mailing list