mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 23:30:12 +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()) {
|
private function checkLoginAgainstLDAP_real($username = '', $password = '', $data = array(), $a = array()) {
|
||||||
|
$session = Registry::get('session');
|
||||||
|
|
||||||
$ldap_type = '';
|
$ldap_type = '';
|
||||||
$ldap_host = LDAP_HOST;
|
$ldap_host = LDAP_HOST;
|
||||||
|
Loading…
Reference in New Issue
Block a user