mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
83a6e85b5d
commit
250f863faa
@ -113,16 +113,17 @@ class LdapResourceForm extends Form
|
|||||||
'text',
|
'text',
|
||||||
'bind_dn',
|
'bind_dn',
|
||||||
array(
|
array(
|
||||||
'required' => true,
|
|
||||||
'label' => $this->translate('Bind DN'),
|
'label' => $this->translate('Bind DN'),
|
||||||
'description' => $this->translate('The user dn to use for querying the ldap server')
|
'description' => $this->translate(
|
||||||
|
'The user dn to use for querying the ldap server. Leave the dn and password empty for attempting'
|
||||||
|
. ' an anonymous bind'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
'password',
|
'password',
|
||||||
'bind_pw',
|
'bind_pw',
|
||||||
array(
|
array(
|
||||||
'required' => true,
|
|
||||||
'renderPassword' => true,
|
'renderPassword' => true,
|
||||||
'label' => $this->translate('Bind Password'),
|
'label' => $this->translate('Bind Password'),
|
||||||
'description' => $this->translate('The password to use for querying the ldap server')
|
'description' => $this->translate('The password to use for querying the ldap server')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user