Re: [Kolab-devel] Kolab 3.1 dev role not working

Manel Gimeno Zaragozá <[email protected]>
Newsgroups gmane.comp.kde.devel.kolab
Message-ID <[email protected]>
> > 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.

_______________________________________________
devel mailing list
[email protected]
https://lists.kolab.org/mailman/listinfo/devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.