parent
b7b7796e34
commit
6ac0f7fe46
|
@ -87,7 +87,6 @@ class LdapBackendForm extends Form
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$baseDn = null;
|
|
||||||
$hasAdOid = false;
|
$hasAdOid = false;
|
||||||
if (! $isAd && !empty($this->resources)) {
|
if (! $isAd && !empty($this->resources)) {
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
|
@ -224,7 +223,7 @@ class LdapBackendForm extends Form
|
||||||
'The path where users can be found on the LDAP server. Leave ' .
|
'The path where users can be found on the LDAP server. Leave ' .
|
||||||
'empty to select all users available using the specified connection.'
|
'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…
Reference in New Issue