[Kolab-devel] new_Event

Aleksander Machniak machniak at kolabsys.com
Fri Sep 28 20:28:12 CEST 2012


On 09/28/2012 08:16 PM, Thomas Brüderli wrote:

> I assume it be a). In order to debug this, please add the following debug
> line to plugins/calendar/drivers/kolab/kolab_calendar.php right after
> if ($this->ready) near line 62:
> 
>   console($this->get_owner(), $_SESSION['username']);
> 
> You'll then find the two names written to logs/console. If they are not
> equal, you're probably missing the kolab_auth plugin which is also part of
> a working Roundcube+Kolab installation and which converts the login name to
> the canonical user name used throughout the system.
> 
> I admit, that the comparison of the user names if probably not the best way
> to determine folder permissions. Maybe we should replace that with
> 
>   if ($this->storage->get_namespace() == 'personal')

Something like that is already done in get_owner(). Also, see that
CAPABILITY response doesn't list ACL.

-- 
Aleksander Machniak
Software Developer
Kolab Systems AG: http://kolabsys.com
PGP: 19359DC1




More information about the devel mailing list