mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
missing parameter in system_usermanager_settings_ldapacpicker.php
This commit is contained in:
parent
69e28f8491
commit
ca1270a8cf
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user