<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'><br><div>> > I'm trying to implement different user roles and enable some plugins<br>> > depending on the role assigned, in previous kolab 3.1 dev packages was<br>> > working correctly but with the new package<br>> > roundcubemail-1.0-0.9.dev20130809.git328876.el6.kolab_3.1.noarch It is<br>> > not working.<br>> > <br>> <br>> There should be a roundcubemail-1.0-0.11 and a <br>> roundcubemail-plugins-kolab-3.1.4.<br>> <br>I've update my packages to roundcubemail-1.0-0.11 and roundcubemail-plugins-kolab-3.1.4 and this is my config now:<br><br><ul><li>edit and comment $config['plugins'] = array in config.inc.php file</li><li>edit and add the following lines in kolab_auth.inc.php<br>$rcmail_config['kolab_auth_role_plugins'] = array(<br>        "cn=professional-user,dc=test,dc=ddol,dc=es" => array(<br>                'kolab_files',<br>                'calendar',<br>                'tasklist',<br>                'archive',<br>                'kolab_activesync',<br>                'odfviewer',<br>                'pdfviewer',<br>        ),<br>          "cn=regular-user,dc=test,dc=ddol,dc=es" => array(<br>                'calendar',<br>                'tasklist',<br>        ),<br>          "cn=file-user,dc=test,dc=ddol,dc=es" => array(<br>                'kolab_files',<br>                'odfviewer',<br>                'pdfviewer',<br>        ),<br>          "cn=task-user,dc=test,dc=ddol,dc=es" => array(<br>                'tasklist',<br>          ),<br>    );</li></ul><br><BR>The plugins are still not activated by role. Any aditional change?<BR><br><BR><br>Thanks & Regards.<br><BR></div>                                    </div></body>
</html>