User login with LDAP authentication even though account is not created in Moodle
by CoreDev Develop. Dear All,We are using LDAP Server for authentication. User must have their account created in Moodle, then they can login to Moodle with their existing active directory username...
View ArticleRe: Authenticate via existing Google Apps accounts
by Ashutosh Taunk. Yes if I have understood it right, Integrate Google Apps plugin into Moodle, it will help.
View ArticleRe: User login with LDAP authentication even though account is not created in...
by Andrea Bicciolo. When using LDAP as external authentication method, by default any LDAP valid account is authenticated in Moodle and if the account is not present in the Moodle database, the...
View ArticleRe: How does PAM authentication work?
by Steven Gordon. I have PAM working for user authentication on a Ubuntu Linux server. From my old (and possibly incomplete) notes what I did was:Install the PAM module for PHP: sudo apt-get install...
View ArticleExternal authtentication disabled but still querying database server
by Nicolas Mathon. Hi!In the past, we used external authentication with manual authentication. We switched to manual only. Yesterday, the SQLServer account has been disabled and I'm getting a SQL...
View ArticleRe: External authtentication disabled but still querying database server
by Richard Still. can't back this up with code but I have been working on suspending user accounts created by an external db today and it looks like when the AUTH method for the user is 'db' moodle...
View ArticleRe: External authtentication disabled but still querying database server
by Nicolas Mathon. Hi! Well, the problem happens when I log with the admin account and it is auth manual in mdl_user table.I have 22 CAS, 44689 manual and 37 db (not used).Thank you for posting!
View ArticleRe: External authtentication disabled but still querying database server
by Nicolas Mathon. By the way, the "DB" ares are weird...Example:email@domain.net.1337788431What is this?Thanks!
View ArticleRe: External authtentication disabled but still querying database server
by Lawrence Ng. Is there a cron/scheduled task to run the external database sync? That may need to be turned off ...
View ArticleRe: External authtentication disabled but still querying database server
by Richard Still. with the external plugin that happens when the record gets set to deleted, the username gets replaced with "email.timedeleted" and I think the email gets replaced with the password...
View ArticleRe: External authtentication disabled but still querying database server
by Nicolas Mathon. No Cron on the external DB... The only cron is MoodleCron for Windows (service) that runs every 30 minutes.
View ArticleRe: External authtentication disabled but still querying database server
by Richard Still. post the error
View ArticleRe: External authtentication disabled but still querying database server
by Nicolas Mathon. Well... There is no error!Except from SQLServer, I get this warning each time a user log in:DATE/TIME: 2013-06-06 10:07:39DESCRIPTION: Login failed for user 'MyUserName'....
View ArticleRe: External authtentication disabled but still querying database server
by Nicolas Mathon. Hi! I finally found the problem... The DB call was triggered by: enrol_database plugin!Thanks!Nicolas
View Articlelogin/index.php
by Daria Zemtsova. Hi! Can you help me and interpret how is worked the file login/index.php? And what is written in this file? I will be very grateful if you will answer)
View ArticleRe: Overrider $user with auth plugin
by Alan Hare. Nate,Would you be so kind as to provide examples of you completed SSO code?
View ArticlePrevent Visitors from accessing the site/require login
by Ron Raney. Hello! What is the best way to accomplish this on a Moodle installation:Anyone who visits the site must login to see any content.I simply don't want anyone who is not involved in the...
View ArticleRe: Prevent Visitors from accessing the site/require login
by Mary Cooch. Hi there. Please see #2 in Site policies - "force users to log in "
View ArticleEnter login fields from external site in 2.5
by Barb Hall. Hi there,I'd like my users to be able to sign in from a different site and go directly to the front page. I found an old posting on this from 2007, and wonder if the following is still...
View ArticleRe: Enter login fields from external site in 2.5
by Joseph Thibault. Still works for Moodle 2.4...I would imagine it works as well for Moodle 2.5. This was the code I most recently used: <form action="http://yourmoodleurl.com/login/index.php"...
View Article