mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:10:11 +01:00
ldap auth fix
This commit is contained in:
parent
cfa47280ce
commit
8c9c606f89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user