SSO between .Net and Moodle
by Bala Sivagnanam. Hi guys, I am working on my student project which has one application developed from scratch in .Net.The .Net application is the entry point and is the main part of the system,...
View ArticleRe: LDAP Authentication OpenLDAP and Moodle
by Uwe Krüger. I am working since many hours on the same site and stops on a other barrier I think a good idea for your problem is it, to enrole a testuser manualy and test only the authentification...
View ArticleOpen-LDAP-Password changing in Moodle
by Uwe Krüger. Hi,is there a way at all, that users (force) change there password of openldap on first login (or after first login manualy)? The password-field is not shown in the ldap-users profil....
View ArticleAdd new fields to signup form
by Adrian Sarmas. I'm working on a custom authentication plugin (based on email-based self-registration with admin confirmation - https://moodle.org/plugins/view.php?plugin=auth_emailadmin) and I need...
View ArticleRe: Guest account deleted
by Greg Padberg. I find myself revisiting the Guest account issue again. The newly created Guest account can be logged into automatically, which is great. Underneath the covers however it is still a...
View ArticleRe: Upload to change existing users also changes LDAP to Manual Authen
by Kathleen Burns. Thank you for your feedback. I will use that as my workaround. Just needed assurance that I was doing it correctly.
View ArticleRe: auto login to moodle from http url
by Nadav Kavalerchik. Just had a similar request from our Teachers. (Auto login unregistered users into a Questionnaire)Here is a YUI "AJAX" code I used inside a Label resource on the front page of...
View ArticleRe: Notify Moodle Admin of NEW USER Registration
by Russell England. Just answered this on stackoverflow with a basic local pluginhttp://stackoverflow.com/questions/21416746/email-moodle-user-data-after-registration
View ArticleLDAP Auth data mapping custom user fields
by Oliver Jackson. I've been using LDAP auth from Active Directory successfully for a a while now with several Data Mapping relationships set on standard user profile fields.I've just decided to try...
View ArticleRe: Drupal 7 SSO authentication plugin
by Victoria M. Hi everyone,I'm trying to set up this plugin following the instructions on the wiki.It works all properly until the users syncronization shell. It seems to retrieve users from Drupal...
View ArticleRe: תשובה ל: Re: Guest access without the [Login as Guest] button...
by Andre Paz Leal. Somebody found a way of doing this? AUto-login set on but still the guest is returned to the login page to click the login button.
View ArticleRe: LDAP Auth data mapping custom user fields
by Iñaki Arenaza. Hi Oliver, unfortunately the code dealing with mapping custom profile fields doesn't work if you use upper case (or mixed case) in your custom profile fields shortnames, as it...
View ArticleRe: LDAP Authentication OpenLDAP and Moodle
by Iñaki Arenaza. Hi Stefan if you leave 'Object class' empty, the default object class for the selected 'User type' is used. This means that in your case '(objectClass=posixaccount)' will be used. If...
View ArticleRe: Open-LDAP-Password changing in Moodle
by Iñaki Arenaza. Hi Uwe, the option 'Force password change' is only used if you create your users beforehand using the cli/sync.php script (I have updated the LDAP authentication docs to reflect...
View ArticleRe: LDAP Auth data mapping custom user fields
by Oliver Jackson. Thanks Iñaki.I'm still having no success.The lower case shortname change didn't fix it.Deleting the custom field and creating a new one with lower case shortname didn't fix it.Using...
View ArticleRe: LDAP Authentication
by Emma Richardson. The short answer is yes. LDAP is a tricky beast and needs to be set just right to get it connecting. Docs are found here.http://docs.moodle.org/26/en/LDAP_authentication
View ArticleRe: LDAP Authentication
by Iñaki Arenaza. Yes you do Have a look at http://docs.moodle.org/en/LDAP_authentication Saludos. Iñaki.
View ArticleRe: LDAP Authentication
by Deepak Gupta. Hi Emma,I have done the settings, but not sure as to what is wrong there. LDAP is using Windows 2008 R2 edition.Not sure as to what is meant by - DISTINGUISHED NAME. But still I have...
View ArticleRe: LDAP Authentication
by Emma Richardson. The distinguished name needs to have the full path to the user. It should be in this format:cn=deepakg,ou=MoodleUsers,ou=People,dc=yourdomain,dc=com (for example)This user needs...
View ArticleAuthentication / External DB
by Michael O'Shea. Hello,I am fairly new to this community and I am expirementing with external authentication using an older version of moodle (1.97 XAMP), prior to upgrading to a newer version. I...
View Article