Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.4.7, 2.5.3, 2.6
-
MySQL, PostgreSQL, Microsoft SQL, Oracle
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-42956-master -
-
13
-
BACKEND Sprint 12
Description
While looking for other recent problems it was detected that mnet auth is using a harcoded LIMIT clause. That automatically means both mssql/sqlsrv/oracle are crashing there:
https://github.com/moodle/moodle/blob/master/auth/mnet/auth.php#L779
It's there since ages ago, so needs fixing in all supported versions.
Ciao