mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
LdapUserGroupBackendForm: Do not disable user_filter' and
group_filter'
refs #7343
This commit is contained in:
parent
e66f8731af
commit
2dd04bb6c9
@ -118,8 +118,6 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
'allowEmpty' => true,
|
'allowEmpty' => true,
|
||||||
'ignore' => $disabled,
|
|
||||||
'disabled' => $disabled,
|
|
||||||
'label' => $this->translate('LDAP Group Filter'),
|
'label' => $this->translate('LDAP Group Filter'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'An additional filter to use when looking up groups using the specified connection. '
|
'An additional filter to use when looking up groups using the specified connection. '
|
||||||
@ -202,8 +200,8 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
'allowEmpty' => true,
|
'allowEmpty' => true,
|
||||||
'ignore' => $disabled,
|
'ignore' => $dnDisabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $dnDisabled,
|
||||||
'label' => $this->translate('LDAP User Filter'),
|
'label' => $this->translate('LDAP User Filter'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'An additional filter to use when looking up users using the specified connection. '
|
'An additional filter to use when looking up users using the specified connection. '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user