Re: Restricting imap users to a certain domain
by David Perry. In theory you could hack the code for auth/imap/auth.php - you'd need to add a check on the email address that the login fails if it DOESN'T match your regular expression.A quick look...
View ArticleDivide authenticated users into students/teachers so they see different blocks
by Richard Whitfield. Hello All,We're testing Moodle 2.7 and have successfully setup LDAP authentication and auto course enrolment from our Prosolution MIS software. The problem we have is that we...
View ArticleRe: LDAP-module cannot connect to any servers
by Josiah Philipsen. Thank you for moving this to the correct forum. I just assumed it was installation because that is when I ran into the error.This setting had already been added. Let me add more...
View ArticleRe: LDAP-module cannot connect to any servers
by Josiah Philipsen. Thanks for pointing out the correct forum for me. I ran ldap search already and I got this error:ldap_sasl_bind(SIMPLE): Can't contact LDAPserver (-1)however, I get that error on...
View ArticleRe: Divide authenticated users into students/teachers so they see different...
by Derek Lawrie. Hi Richardthere is an extra bit to the LDAP auth floating around here for syncing cohorts which might help. Using that you could synchronise student "groups" on the AD to a cohort for...
View ArticleRe: LDAP-module cannot connect to any servers
by Josiah Philipsen. As an extra note I have added a couple manual accounts that are not authenticating with LDAP, but they also get the error about 50% of the time. Seems to be every other login...
View ArticleRe: LDAP-module cannot connect to any servers
by Matthew Spurrier. In the Authentication section ensure that your LDAP authentication is below the other activated Authentication modules, you can move these around by using the arrows on the manage...
View ArticleRe: LDAP-module cannot connect to any servers
by Josiah Philipsen. The settings go in this order:Manual accountsNo loginLDAPServerThank you,Josiah
View ArticleRe: LDAP (MS-AD) sync
by Ulzii-Erdene Bulgan. Have u solved this problem?If u solved, would appreciate if u can share your solution.
View ArticleRedirect user to course after login
by Gus Hagelberg. I have a URL address linking to a moodle course and want to distribute this in an email or website. Now when a user is not previously logged in to moodle and clicks on the link she...
View ArticleEmail new user our own default password
by Ryan Archer. Hi there guys,Love the feature to allow moodle to generate new user password and email it to them. Was a long time coming when I check out the tracking history of it on GitHub.Anyway,...
View ArticleRe: LDAP-module cannot connect to any servers
by Josiah Philipsen. I figured it out. It was an issue with the certificate since I am using LDAPS. the certificate worked on the previous servers, but would not work on this server. Still doesn't...
View ArticleCAS Sync Users Crashes
by Matthew Koelling. Hi AllEvery time I run the sync_users.php under the auth/cas/cli folder I get the following error:Potential coding error - active database transaction detected during request...
View ArticleRe: Divide authenticated users into students/teachers so they see different...
by Richard Whitfield. Hi Derek,Thanks so much for the prompt reply. If you could possibly dig that out that would be much appreciated. One attempt to sort this has vaguely worked. I've installed the...
View ArticleRe: Divide authenticated users into students/teachers so they see different...
by Derek Lawrie. The original sync_cohorts plugin that I was using was this one I don't know if that's what you have already looked at?It's not perfect but it is pretty useful nonetheless, I have that...
View ArticleRe: Divide authenticated users into students/teachers so they see different...
by Derek Lawrie. Hmm, just noticed that Patrick Pollet has increased the script to a proper plugin https://github.com/patrickpollet/moodle_local_ldap/wiki didn't realise this, I've been using the...
View ArticleRe: Moodle in English: Re: Divide authenticated users into students/teachers...
by Richard Whitfield. Synchronicity - I found this plugin earlier and have been playing with it from about just before I replied to you last time. It does look quite promising and I will share any...
View ArticlePlease Help! can't connect to external db after upgrading php to 5.4.35
by Miki Alliel. We used to connect fine through external db with mssql in moodle 2.5After upgrading php to 5.4.35 in the server we can't connect the users from the external db (as we used to) we...
View ArticleAccount Role Assignment by Url at Registration
by Bradley Mr.. I was hoping here could point me in the right direction with this issue I am facing. I am working on a site and the way our landing page is setup I will need for users to register and...
View ArticleRe: Moodle in English: Account Role Assignment by Url at Registration
by sameh naim. I do not think it is built in function. My first idea to do what you want as pass a variable via url and edit the registration code to assign rule according to this variable.Samykhalil
View Article