Revision 007e59d2
Added by Jim Pingle almost 14 years ago
etc/inc/auth.inc | ||
---|---|---|
663 | 663 |
|
664 | 664 |
function ldap_setup_caenv($authcfg) { |
665 | 665 |
global $g; |
666 |
require_once("certs.inc"); |
|
666 | 667 |
|
667 | 668 |
unset($caref); |
668 | 669 |
if (empty($authcfg['ldap_caref']) || !strstr($authcfg['ldap_urltype'], "SSL")) { |
Also available in: Unified diff
Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927