Hi
Appologies if this is A) stupid or B) answered somewhere else (i have searched)
I am v.new to Moodle and using latest (2.6.whatever on lamp) and i want to create a Moodle where little structural interaction is require by general staff - user creation, course creation (barebones) and user enrolement is done for them, by me, automatically.
I have my users authenticate against AD (working) and this creates my users.
I can export to csv from my MIS and wish to use the command line (and CRON) to create courses and enroll the appropriate students onto the courses.
My first problem is that although the users are created when they log in against AD, they wont be enrolled until that process happens - i was hoping to create the users in advance but authenitcate against AD when logging in. i know that you can bulk upload from within Moodle, but i want to do this process daily, automatically.
I hope this makes sense. Advice and guidance appreciated.