mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
b7b7796e34
commit
6ac0f7fe46
@ -87,7 +87,6 @@ class LdapBackendForm extends Form
|
||||
)
|
||||
);
|
||||
|
||||
$baseDn = null;
|
||||
$hasAdOid = false;
|
||||
if (! $isAd && !empty($this->resources)) {
|
||||
$this->addElement(
|
||||
@ -224,7 +223,7 @@ class LdapBackendForm extends Form
|
||||
'The path where users can be found on the LDAP server. Leave ' .
|
||||
'empty to select all users available using the specified connection.'
|
||||
),
|
||||
'value' => $this->getSuggestion('base_dn', $baseDn)
|
||||
'value' => isset($baseDn) ? $baseDn : $this->getSuggestion('base_dn')
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user