One of the holy grails of Moodle is having it such that students are added to the right courses in an automated way. This becomes particularly true if you have individual courses for each and every class each of which could have up to 30 enrolments to go through (just far to many to do using manual methods). Moodle has… Read more
Tag: Moodle
Looking back on setting up a Moodle install – Introduction
The past few weeks at work have been filled up with going from what has been a very successful pilot of Moodle 2.6 to a fully featured install of Moodle 2.7.1. Hopefully as time allows I’ll be able to get out some posts about how each aspect of Moodle goes down with the staff and students but for now this… Read more
Moodle Error, new users LDAP and SSO (NTLM)
After recently setting up a Moodle install (hosted on IIS on Server 2008 R2) with SSO (LDAP server based (good old Microsoft AD) with NTLM looking after things) we found that any new users were getting this error message appearing. Fatal error: $CFG->dataroot is not writable, admin has to fix directory permissions! Exiting. The simple solution is to this problem is… Read more
Moodle and LDAP authentication – login doesn’t work!
When setting up a new Moodle install with LDAP authentication I was finding that my test users wen’t able to login with the normal Active Directory user name/password (sAMAccountName). After a little playing I found that they could login fine if they used what is known as the container name (cn). After a little digging it turns out this is… Read more