Define roles

Aleksander Machniak machniak at kolabsys.com
Tue Jul 30 14:04:55 CEST 2013


On 07/12/2013 01:55 PM, Manel Gimeno Zaragozá wrote:
> $rcmail_config['kolab_auth_role_settings'] = array(
>         "cn=professional-user,dc=kolab,dc=ddol,dc=es" => array(
>                 'calendar' => array(

You need to use kolab_auth_role_plugins option:

$rcmail_config['kolab_auth_role_plugins'] = array(
    "cn=professional-user,dc=kolab,dc=ddol,dc=es" => array('calendar'),
);

-- 
Aleksander Machniak
Web Developer, Kolab Systems AG
-------------------------------------------------------
PGP:19359DC1 - http://www.kolabsys.com - http://alec.pl


More information about the users mailing list