LdapUserGroupBackendForm: Do not disable `user_filter' and `group_filter'

refs #7343
This commit is contained in:
Johannes Meyer 2015-06-05 17:24:03 +02:00
parent e66f8731af
commit 2dd04bb6c9
1 changed files with 2 additions and 4 deletions

View File

@ -118,8 +118,6 @@ class LdapUserGroupBackendForm extends Form
array(
'preserveDefault' => true,
'allowEmpty' => true,
'ignore' => $disabled,
'disabled' => $disabled,
'label' => $this->translate('LDAP Group Filter'),
'description' => $this->translate(
'An additional filter to use when looking up groups using the specified connection. '
@ -202,8 +200,8 @@ class LdapUserGroupBackendForm extends Form
array(
'preserveDefault' => true,
'allowEmpty' => true,
'ignore' => $disabled,
'disabled' => $disabled,
'ignore' => $dnDisabled,
'disabled' => $dnDisabled,
'label' => $this->translate('LDAP User Filter'),
'description' => $this->translate(
'An additional filter to use when looking up users using the specified connection. '