From 8c9c606f8972dd747e0baad4354fc97c29613fab Mon Sep 17 00:00:00 2001 From: SJ Date: Tue, 10 Mar 2015 16:35:22 +0100 Subject: [PATCH] ldap auth fix --- webui/model/user/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/model/user/auth.php b/webui/model/user/auth.php index ecc6ca76..19182fb2 100644 --- a/webui/model/user/auth.php +++ b/webui/model/user/auth.php @@ -147,6 +147,7 @@ class ModelUserAuth extends Model { private function checkLoginAgainstLDAP_real($username = '', $password = '', $data = array(), $a = array()) { + $session = Registry::get('session'); $ldap_type = ''; $ldap_host = LDAP_HOST;