Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.4, 2.3.1, 2.5.4, 2.6
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-34319_master -
Description
This Notice appears if CAS plugin is used.
If I set a group creator filter (in CAS plugin configuration) and I try to login using CAS, I get this error :
Notice: Undefined variable: ldapconnection in /path/to/moodle/auth/cas/auth.php on line 380
|
(I see PHP Notice because I have my moodle in debug mode). After that, CAS can't redirect me because this error is displayed on the screen. I could simply disable PHP Notices but I guess it would be better to fix this problem.