mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
UserGroupBackendForm: Do not translate LDAP and ActiveDirectory
refs #7343
This commit is contained in:
parent
840069b436
commit
c800f1e6aa
@ -183,8 +183,8 @@ class UserGroupBackendForm extends ConfigForm
|
|||||||
// TODO(jom): We did not think about how to configure custom group backends yet!
|
// TODO(jom): We did not think about how to configure custom group backends yet!
|
||||||
$backendTypes = array(
|
$backendTypes = array(
|
||||||
'db' => $this->translate('Database'),
|
'db' => $this->translate('Database'),
|
||||||
'ldap' => $this->translate('LDAP'),
|
'ldap' => 'LDAP',
|
||||||
'msldap' => $this->translate('ActiveDirectory')
|
'msldap' => 'ActiveDirectory'
|
||||||
);
|
);
|
||||||
|
|
||||||
$backendType = isset($formData['type']) ? $formData['type'] : null;
|
$backendType = isset($formData['type']) ? $formData['type'] : null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user