Details
-
Type:
Functional Test
-
Status: Passed
-
Priority:
Minor
-
Affects Version/s: Moodle 3.9
-
Fix Version/s: Moodle 3.9
-
Component/s: Administrator, Authentication, Enrolments
-
Labels:
Description
Pre-requisite: PDO-compatible DB server; PHP compiled with a PDO DB extension
- Set up external DB auth with your PDO-compatible server, and use the "pdo" option for connection. You will need to configure the connect string in the host setting to something like:pgsql:host=localhost;port=5432;dbname=enroltest
- Ensure you can log in and all information is loaded as expected.
- Set up external DB enrolment against the same PDO option.
- Ensure users are enrolled as expected.