mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Merge branch 'master' into cleanci
This commit is contained in:
@@ -237,7 +237,7 @@ class AuthLib
|
||||
*/
|
||||
public function basicAuthentication($username, $password)
|
||||
{
|
||||
return isSuccess($this->_checkLDAPAuthentication($username, $password));
|
||||
return isSuccess($this->loginLDAP($username, $password));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user