summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 613bd9f..73135d2 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -646,6 +646,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