Re: Authenticating using active directory
by Andrea Bicciolo. Hi Charlene, if I correctly understand you have a working AD authentication setup working, but AD does not contain users personal email addresses so you can't map AD email...
View ArticleRe: LDAP Role Assignment
by Andrea Bicciolo. If your user authenticate against AD but they are not enrolled in courses, I strongly suggest to check your LDAP enrollment settings as well as your AD groups creation. A LDAP...
View ArticleCan't login as Administrator Moodle 1.9.19
by Shane Thompson. Hello,First off I'm not sure if I'm posting in the correct section. I started working on a website for a client (which someone else built) and they have complained that they are...
View ArticleRe: External Database Authentication with Internal passwords - email not...
by Richard Still. Sorry to revive an old thread but I am experiencing the same issue as Ramesh reports, using version 2.4I am using the "internal" option for password...
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Andrea Bicciolo. Hello Shane, are you able to login with account different from the one you are using, i.e. a standard user account or not ?
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Shane Thompson. Hello Andrea,Thank you for replying. Yes the other users are able to loin to their accounts.
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Ken Task. Check your mdl_role_assignments table. Note the user_id field corresponds to those users who have access to admin levels.select * from `mdl_role_assignments` where `roleid` like "1"Could...
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Shane Thompson. Hello Ken,I just got an update from the client who is now saying that all the accounts are unable to access moodle. I don't understand what is happening. Also Ken thank you for...
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Ken Task. Again, check server logs ... apache error, mysql, and/or php.It's possible that:the drive upon which the DB files reside is full which would lead to the next possible: tables (notice...
View Articlelogin with SAML creates NEW user
by Hellen Boersma. Hi,I am using moodle 2.5.1/ apache 2.0 / php 5.3.10This is the situation. I have a database with users enrolled in different courses. They login by going to our site and log in. Now...
View ArticleRe: LDAPS wit Moodle.
by Iñaki Arenaza. PHP doesn't use the Windows certificate infrastructure, as it uses OpenLDAP libraries (unless you compile it yourself to use another supported LDAP library like Oracle's or...
View ArticleRe: External Database Authentication with Internal passwords - email not...
by Richard Still. the reason the password wasn't being generated was the SQL query in cronlib.php starting on line 210$newusers = $DB->get_recordset_sql("SELECT u.id as id, u.email,...
View ArticleGoogle SSO Redirects to my courses
by Stephen Elaschuk. We gave a Google Apps for Education account setup as per http://docs.moodle.org/24/en/Google_Apps_Integration#Set_Up_Google.27s_AuthenticationWhen users attempt to access google...
View ArticleRe: Can't login as Administrator Moodle 1.9.19
by Shane Thompson. Thank you Ken, I've done all that you've suggested but in the end I had to backup and reinstall another version of Moodle. Everything is ok now. Thanks for the assistance.
View ArticleAuthenticate via existing Google Apps accounts
by Colin Matheson. Hello,We currently use the Google Apps SSO with Moodle plugin. Students sign into Moodle and then can roam over to Google. This issue is that Chromebooks don't allow this kind of...
View ArticleRe: Drupal 7 SSO authentication plugin
by Joe Muldoon. Hi Dave,Have you tested to see if this plugin does work across multiple domains? I see from the documentation it checks to see if a Drupal cookie exists, will this present an issue of...
View ArticleUser attribute switching (ldap)
by Tyler Gilpin. Hi All,I'm trying to switch my ldap user attribute in Moodle 2.4 from "samaccountname" to "mail". My district wants to do this because we're getting an SSO portal. However, when I try...
View ArticleRe: User attribute switching (ldap)
by Andrea Bicciolo. Hi Tyler, if you change user attribute in your Moodle DAP authentication plugin, there are good chances that the attributes content are different and Moodle will not be able to...
View ArticleMoodle - Google OAuth : Users can login with ANY Google Apps / Gmail Account
by bayo bayo. HiI have integrated Moodle & Google Apps.However, anyone with a Google account can login to my moodle instance. I need to limit authentication to users on my domain only. Kindly advise
View ArticleLDAP Authentication Against Multiple Domains in Multiple Forests
by farshid sabokdasti. Hi all. In our organization we have two AD domains in two different forests. These forests are trusted by a two way trust connection. I want users from these two domains can...
View Article