-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.6, 3.7.2, 3.8, 3.9
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67148-master -
-
When the PHP LDAP module is not installed, the tool_mobile PHPUnit external test throws an error:
(1) tool_mobile_external_testcase::test_get_public_config
Undefined property: stdClass::$auth_name
auth/cas/auth.php:386
lib/authlib.php:731
admin/tool/mobile/classes/api.php:205
admin/tool/mobile/classes/external.php:125
admin/tool/mobile/tests/externallib_test.php:147
lib/phpunit/classes/advanced_testcase.php:80
The auth_name configuration setting of auth_cas is not set when the PHP LDAP module is absent.
- is a regression caused by
-
MDL-66582 "auth_logo" in auth_cas and auth_shibboleth throw an invalidresponse exception when calling "tool_mobile_get_public_config"
- Closed