[Kolab-devel] Kolab 3.1 dev role not working

Manel Gimeno Zaragozá magiza83 at hotmail.com
Thu Oct 3 18:07:54 CEST 2013


Hello,

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.

here you can find paste about what I've configured:

[ /etc/roundcubemail ]$ vi config.inc.php
...
    $mandatory_plugins = Array(
                    'calendar',
                    'kolab_addressbook',
                    'kolab_auth',
                    'kolab_config',
                    'kolab_folders',
                    'libkolab',
                    'password',
                );


    $rcmail_config['kolab_auth_role_plugins'] = array(
        "cn=professional-user,dc=kolab,dc=ddol,dc=es" => array(
                'kolab_files',
                'calendar',
                'tasklist',
                'archive',
                'kolab_activesync',
                'odfviewer',
                'pdfviewer',
        ),
          "cn=regular-user,dc=kolab,dc=ddol,dc=es" => array(
                'calendar',
                'tasklist',
        ),
          "cn=file-user,dc=kolab,dc=ddol,dc=es" => array(
                'kolab_files',
                'odfviewer',
                'pdfviewer',
        ),
          "cn=task-user,dc=kolab,dc=ddol,dc=es" => array(
                'tasklist',
          ),
    );
...

This configuration was working in other installation, but it is not now.

I've try to change  $rcmail_config[] to $config[] but nothing changes.

Any help about how to do it?

Thanks!

Manel Gimeno Zaragozá
magiza83 at hotmail.com
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20131003/5764e565/attachment-0001.html>


More information about the devel mailing list