missing parameter in system_usermanager_settings_ldapacpicker.php

This commit is contained in:
Ad Schellevis 2016-09-05 20:08:39 +02:00
parent 69e28f8491
commit ca1270a8cf

View File

@ -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);
}