Manual accounts Authentication doesn't work
by AM Sanat. HiIn "moodle-latest-27"In "Site administration/ Plugins/ Authentication/ Manual accounts"Locked field doesn't workAnd user (student,...) can change your information
View ArticleLDAP authentication problem
by Kieran Briggs. Hi, In 2.5 we added automatic login using LDAP. This worked fine - if we needed to login with a non AD account, we just clicked cancel and the login box came up instead. But since...
View ArticleRe: external db authentication
by moodle question. I use Formal whiteI did change it to other theme but the same resultthanks for reply
View ArticleRe: Locking/unlocking fields does nothing
by Ray Lawrence. You'll have to create custom User profile fields to achieve this and configure them to show on the sign up page.
View ArticleRe: Locking/unlocking fields does nothing
by Jaswant Tak. Hi I believe that this lock feature even does not work for CAS SSO authentication. It shows wrong data like email goes into surname and username goes into first name. While if we...
View ArticleLDAP Server Not Contacted
by Mark Law. After checking PHPINFO to make sure the LDAP module is active in Apache, I configured LDAP authentication according to the documentation. I have tried multiple configuration but none even...
View ArticleRe: LDAP Server Not Contacted
by John Gifford. Hi MarkI can't say I've run into this issue as our LDAP worked first time. But to me it sounds like a firewall issue. I'd check the firewall settings on both servers. The fact that...
View ArticleRe: LDAP Server Not Contacted
by Mark Law. I found in another post a small PHP script to test binding to an LDAPserver. That test was successful, so there is not a *general* issue between the server (Redhad Linux) and the backend...
View ArticleRe: LDAP Server Not Contacted
by John Gifford. Hi MarkWell if your script is successful then it can't be a firewall issue can it?Our Moodle has the LDAP server setting as ldap://<name of the ldap server> I've added a second...
View ArticleRe: LDAP Server Not Contacted
by Mark Law. I would certainly agree that the bind user could be a problem, if the authentication process got that far. For the bind user to be a problem, Moodle would have had to make an attempt to...
View ArticleRe: LDAP Authentication Against Multiple Domains in Multiple Forests
by Marc Z. I realize this is an old thread, but I'm in a very similar situation at the moment:I have two groups of users on different domains (not subdomains) each of which need to be able to log into...
View ArticleRe: LDAP Authentication Against Multiple Domains in Multiple Forests
by Jon Witts. I believe there was discussion some time ago in this forum about this and that the solution was to clone the LDAP Authentication Module (and call it LDAP2 or something equally...
View ArticleRe: Want the site home page to be Alternative Login URL
by Chad Bergeron. Try this:Under the Site Policies settings, enable the 'Force Users to Login' setting. This should force everyone to start at the login page, which is set to your alternate URL.
View ArticleImporting AD Users via LDAP
by Simon Hall. Hello Guys,I have an ldap connection working with my Moodle 2.6 except that it doesnt seem to import all the users from my Active Directory automatically into Moodle.I was assuming that...
View ArticleRe: Importing AD Users via LDAP
by Simon Hall. I have decided to go ahead and do a csv upload of users but I would like to be able to specify an authentication method for the users in the csv file - is this possible?Regards,Simon
View ArticleRe: Importing AD Users via LDAP
by John Gifford. I think this is normal behavior, our setup certainly behaves that way. The ldap lookup is after all only an authentication method, so it's merely checking the details supplied by the...
View ArticleRe: Want the site home page to be Alternative Login URL
by Emma Perks. Hi ChadThis worked - thank you. Kind regards, Emma
View ArticleRe: Manage authentication
by Emma Perks. Interested to read any replies, as I am having a similar issue. Many thanks, Emma
View ArticleRe: Importing AD Users via LDAP
by Emma Richardson. That is the way it is supposed to work. When they log in, Moodle will query LDAP and create a profile according to the fields that you have specified in the settings. If you map...
View ArticleRe: Importing AD Users via LDAP
by Kevin Rickard. There is a php script in Moodle that will allow you to sync users from AD. You must have LDAP authentication setup. Before you run the script make sure your LDAP is pointing to the...
View Article