Merge branch 'master' into cleanci

This commit is contained in:
Paolo
2019-04-25 17:06:28 +02:00
9 changed files with 115 additions and 48 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class AuthLib
*/
public function basicAuthentication($username, $password)
{
return isSuccess($this->_checkLDAPAuthentication($username, $password));
return isSuccess($this->loginLDAP($username, $password));
}
/**