Mailing List Archive

BUG: Davical 0.9.9.4 @ Debian Lenny , Default Privileges not working
Hi Devs!

Davical 0.9.9.4 @ Debian Lenny , Default Privileges not working

My new DaviCAl Config File now looks like this:

<?php
$c->admin_email = 'my at mail.de';
$c->system_name = "10.230.20.80 - TEST AW DAViCal CalDAV Server";
$c->enable_row_linking = true;
$c->default_locale = de_DE.UTF-8;
$c->pg_connect[] = 'dbname=davical user=davical_app';
$c->default_privileges =
array('read','write-properties','write-content','unlock','read-acl','read-current-user-privilege-set','bind','unbind','schedule-deliver-invite','schedule-deliver-reply','schedule-query-freebusy','schedule-send-invite','schedule-send-reply','schedule-send-freebusy','read-free-busy');

As reported by Adrew ,the ordner in which the keywords appear is of no
importance. To have it clearer and all transparent to the admin, ive
chosen to add ANY SINGLE PARAMETER to it, avoiding those "aggregate"
versions. I think this makes it more transparent, since now there is no
grant which you cannot find a corresponding parameter keyword for.

After that, i restarted the apache (and also postgresql db engine) and
tried to add some NEW USER to the still "virgin" davical db. EXCEPT FOR
THE ALL FIRST USER... other users could have been created without any
error.

However, neither the User-Object nor the Users' default Collection
(Calendar) inherited that "default privileges". Both Permission Lists
(bitmaps) are still all "0".


best regards
Axel