summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-05 10:10:28 -0400
committerjim-p <jimp@pfsense.org>2011-10-05 10:15:41 -0400
commit007e59d2bf7d5be02e5cd34d3c1f5d2723ce5149 (patch)
treea72c559b01b7b4cdf5edb4cba1d012a262422a26 /etc/inc/auth.inc
parentbb37807c45ca5286696e9f5bb3365ce1e529b207 (diff)
downloadpfsense-007e59d2bf7d5be02e5cd34d3c1f5d2723ce5149.zip
pfsense-007e59d2bf7d5be02e5cd34d3c1f5d2723ce5149.tar.gz
Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 360a1af..c4cb722 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -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")) {
OpenPOWER on IntegriCloud