and allow controlling the administration privileges in LDAP (#1834). This deprecates the config options 'kolab_auth_group', 'kolab_auth_role_value' and 'kolab_auth_allowed_tasks'. Admin privileges (per Roundcube task) and the required effective rights are now defined in 'kolab_auth_admin_rights'.
14 lines
295 B
PHP
14 lines
295 B
PHP
<?php
|
|
|
|
/**
|
|
* Localizations for the Kolab Auth plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/
|
|
*/
|
|
|
|
$labels['loginas'] = 'Login As';
|
|
$labels['loginasnotallowed'] = 'No privileges to login as $user';
|
|
|
|
?>
|