Fix that `type' is missing for installed ldap authentication backends

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-15 10:44:08 +02:00
parent 8f7348b823
commit 45e179d939
1 changed files with 1 additions and 0 deletions

View File

@ -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'],