Commit ca1270a8 authored by Ad Schellevis's avatar Ad Schellevis

missing parameter in system_usermanager_settings_ldapacpicker.php

parent 69e28f84
...@@ -37,6 +37,7 @@ if (isset($_GET['basedn']) && isset($_GET['host'])) { ...@@ -37,6 +37,7 @@ if (isset($_GET['basedn']) && isset($_GET['host'])) {
if (isset($_GET['cert'])) { if (isset($_GET['cert'])) {
$authcfg = array(); $authcfg = array();
$authcfg['ldap_caref'] = $_GET['cert']; $authcfg['ldap_caref'] = $_GET['cert'];
$authcfg['ldap_urltype'] = 'SSL';
ldap_setup_caenv($authcfg); ldap_setup_caenv($authcfg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment