[Kolab-devel] Kolab 3.1 dev role not working
Manel Gimeno Zaragozá
magiza83 at hotmail.com
Thu Oct 10 12:52:06 CEST 2013
> > I'm trying to implement different user roles and enable some plugins
> > depending on the role assigned, in previous kolab 3.1 dev packages was
> > working correctly but with the new package
> > roundcubemail-1.0-0.9.dev20130809.git328876.el6.kolab_3.1.noarch It is
> > not working.
> >
>
> There should be a roundcubemail-1.0-0.11 and a
> roundcubemail-plugins-kolab-3.1.4.
>
I've update my packages to roundcubemail-1.0-0.11 and roundcubemail-plugins-kolab-3.1.4 and this is my config now:
edit and comment $config['plugins'] = array in config.inc.php fileedit and add the following lines in kolab_auth.inc.php
$rcmail_config['kolab_auth_role_plugins'] = array(
"cn=professional-user,dc=test,dc=ddol,dc=es" => array(
'kolab_files',
'calendar',
'tasklist',
'archive',
'kolab_activesync',
'odfviewer',
'pdfviewer',
),
"cn=regular-user,dc=test,dc=ddol,dc=es" => array(
'calendar',
'tasklist',
),
"cn=file-user,dc=test,dc=ddol,dc=es" => array(
'kolab_files',
'odfviewer',
'pdfviewer',
),
"cn=task-user,dc=test,dc=ddol,dc=es" => array(
'tasklist',
),
);
The plugins are still not activated by role. Any aditional change?
Thanks & Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20131010/3f21bfa8/attachment.html>
More information about the devel
mailing list