ldap auth fix

This commit is contained in:
SJ 2015-03-10 16:35:22 +01:00
parent cfa47280ce
commit 8c9c606f89

View File

@ -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;