mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:27:03 +02:00
ldap auth fix
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user