Commit 15d86a7a authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

missing parameter in system_usermanager_settings_ldapacpicker.php

(cherry picked from commit ca1270a8)
parent 24604434
......@@ -37,6 +37,7 @@ if (isset($_GET['basedn']) && isset($_GET['host'])) {
if (isset($_GET['cert'])) {
$authcfg = array();
$authcfg['ldap_caref'] = $_GET['cert'];
$authcfg['ldap_urltype'] = 'SSL';
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