mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
8d845767ac
commit
840069b436
@ -105,6 +105,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
'group_class',
|
'group_class',
|
||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP Group Object Class'),
|
'label' => $this->translate('LDAP Group Object Class'),
|
||||||
'description' => $this->translate('The object class used for storing groups on the LDAP server.'),
|
'description' => $this->translate('The object class used for storing groups on the LDAP server.'),
|
||||||
@ -117,6 +118,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
'allowEmpty' => true,
|
'allowEmpty' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP Group Filter'),
|
'label' => $this->translate('LDAP Group Filter'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
@ -149,6 +151,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
'group_name_attribute',
|
'group_name_attribute',
|
||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP Group Name Attribute'),
|
'label' => $this->translate('LDAP Group Name Attribute'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
@ -186,6 +189,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
'user_class',
|
'user_class',
|
||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP User Object Class'),
|
'label' => $this->translate('LDAP User Object Class'),
|
||||||
'description' => $this->translate('The object class used for storing users on the LDAP server.'),
|
'description' => $this->translate('The object class used for storing users on the LDAP server.'),
|
||||||
@ -198,6 +202,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
'allowEmpty' => true,
|
'allowEmpty' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP User Filter'),
|
'label' => $this->translate('LDAP User Filter'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
@ -230,6 +235,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
'user_name_attribute',
|
'user_name_attribute',
|
||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
|
'ignore' => $disabled,
|
||||||
'disabled' => $disabled,
|
'disabled' => $disabled,
|
||||||
'label' => $this->translate('LDAP User Name Attribute'),
|
'label' => $this->translate('LDAP User Name Attribute'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
@ -243,6 +249,7 @@ class LdapUserGroupBackendForm extends Form
|
|||||||
'user_base_dn',
|
'user_base_dn',
|
||||||
array(
|
array(
|
||||||
'preserveDefault' => true,
|
'preserveDefault' => true,
|
||||||
|
'ignore' => $dnDisabled,
|
||||||
'disabled' => $dnDisabled,
|
'disabled' => $dnDisabled,
|
||||||
'label' => $this->translate('LDAP User Base DN'),
|
'label' => $this->translate('LDAP User Base DN'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user