mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix that `type' is missing for installed ldap authentication backends
refs #7163
This commit is contained in:
parent
8f7348b823
commit
45e179d939
@ -161,6 +161,7 @@ class WebInstaller implements Installer
|
||||
|
||||
if (isset($this->pageData['setup_ldap_resource'])) {
|
||||
$resourceConfig[$this->pageData['setup_ldap_resource']['name']] = array(
|
||||
'type' => $this->pageData['setup_ldap_resource']['type'],
|
||||
'hostname' => $this->pageData['setup_ldap_resource']['hostname'],
|
||||
'port' => $this->pageData['setup_ldap_resource']['port'],
|
||||
'root_dn' => $this->pageData['setup_ldap_resource']['root_dn'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user