[Kolab-devel] Kolab 3.1 dev role not working

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

_______________________________________________
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.