mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
- Added private property $_requiredPermissions to APIv1_Controller
- Removed method _isAllowed from APIv1_Controller - Added public method _remap to APIv1_Controller - PermissionLib loading moved from constructor to _remap in APIv1_Controller - Changed method basicAuthentication in AuthLib, now calls loginLDAP
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