Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.6
-
Fix Version/s: None
-
Component/s: Auth: Drupal
-
Labels:None
-
Environment:Drupal
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
Description
This auth plugin is aimed at sites that integrate Drupal and Moodle under a single domain name, and keep the data for both programs in the same database (using Moodle's $CFG->prefix feature).
It is pretty much "fire and forget": install it, enable it, and you're done! A script is provided to be run at regular intervals to sync Moodle's and Drupal's user tables, but it isn't required for SSO to work.
FWIW, I've reviewed an early version, and it made sense.