<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<br><br>I've been investigating and following the information from documentation <br><a href="http://docs.kolab.org/en-US/Kolab_Groupware/3.0/html/Administrator_Guide/chap-Administrator_Guide-Hosted_Kolab_Groupware_Setup.html#sect-Administrator_Guide-Hosted_Kolab_Groupware_Setup-Role_based_Enabling_of_Plugins_and_Pinning_of_Settings_for_Roundcube" target="_blank">http://docs.kolab.org/en-US/Kolab_Groupware/3.0/html/Administrator_Guide/chap-Administrator_Guide-Hosted_Kolab_Groupware_Setup.html#sect-Administrator_Guide-Hosted_Kolab_Groupware_Setup-Role_based_Enabling_of_Plugins_and_Pinning_of_Settings_for_Roundcube</a><br><h2 class="title"><font style="font-size: 10pt;" size="2">11.1. Role-based Enabling of Plugins and Pinning of Settings for Roundcube</font></h2>but I'm not able to make it work. My idea is to limit calendar acces depending on the role so I've configured the following roles in the kolab-webadmin:<br><br>personal-user<br>professional-user<br><br>In roundcubemail files (I've hosted domain configuration) i've added the following code copied from documentation<br> <code class="filename">/etc/roundcubemail/main.inc.php</code> <br><code class="filename">/etc/roundcubemail/<span class="replaceable"><code>kolab.ddol.es</code></span>/main.inc.php</code><br><br><pre class="screen">$rcmail_config['kolab_auth_role_settings'] = array(
        "cn=professional-user,dc=kolab,dc=ddol,dc=es" => array(
                'calendar' => array(
                        'mode' => 'override',
                        'value' => 1,
                        'allow_override' => true,
                    ),
            ),
        "cn=personal-user,dc=kolab,dc=ddol,dc=es" => array(
                'calendar' => array(
                        'mode' => 'override',
                        'value' => 0,
                        'allow_override' => false,
                    ),

            ),
    );</pre>but it does not work, and both users (one with personal-user role and the other one with professional-user role) have acces to calendar.<br><br>Any help about what should I achive this role configuration?<br><br>Thanks & Regards.<br><br>Manel.<br><br><div><hr id="stopSpelling">From: magiza83@hotmail.com<br>To: kolab-users@kolab.org<br>Subject: Define roles<br>Date: Thu, 11 Jul 2013 14:31:01 +0200<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Hello,<br><br>I'm trying to define roles following this table:<br><br><a href="https://wiki.kolab.org/Roles" target="_blank">https://wiki.kolab.org/Roles</a><br><br>How can I create this roles? the only roles available are kolab-admin and user.<br><br>I have kolab3 installed.<br><br>Thanks<br><br>Manel<br>                                          </div>
<br>_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users</div>                                        </div></body>
</html>