mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927
This commit is contained in:
parent
bb37807c45
commit
007e59d2bf
@ -663,6 +663,7 @@ function ldap_test_connection($authcfg) {
|
||||
|
||||
function ldap_setup_caenv($authcfg) {
|
||||
global $g;
|
||||
require_once("certs.inc");
|
||||
|
||||
unset($caref);
|
||||
if (empty($authcfg['ldap_caref']) || !strstr($authcfg['ldap_urltype'], "SSL")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user