Users not logged into moodle after successful authentication
by nosiku sililo. I have configured my organisations moodle to use the IDP for authentication. After successful authentication the user is not logged. I am directed to http://moodle.organisation.com...
View ArticleRe: I want to send E mail Notification to user
by Jamie Kramer. Hello Mayur. Are you using the manual enrollment method? To my knowledge Moodle, even in latest version 3, does not have a feature to send email for manual enrollment notification.My...
View ArticleRe: Moodle 3.0 NTLM SSO Issue
by Mike Alavi. Hi All,I ran the code below:<?phpif (isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) {echo "<p>NTLM authentication seems to be working. User: " ....
View ArticleRe: Moodle 3.0 NTLM SSO Issue
by Sam Stevens. Just to double check. Did you set it up the bind as Kerberos? Have you tried leaving remote user name format blank and seeing what happens?Other thing to check is the webserver...
View ArticleConfirmation emails being blocked/trashed
by Kate Rhodes. Hi there, I'm not sure if anyone has had this problem, but I'm finding more and more, that the confirmation email that my moodle sites send out to new users are being blocked by the...
View ArticleChange email at Email-based self-registration with admin confirmation
by Nikos Kokkinis. Hello,I am using the "Email-based self-registration with admin confirmation" plugin and in the site we are 2 admin how can i choose at which admin the mail (account confirmation )...
View ArticleRe: Confirmation emails being blocked/trashed
by Visvanath Ratnaweera. It is rather simple: - Grab an e-mail account, which does not exist in your Moodle. Create a new account with that e-mail and read the full headers of the confirmation mail....
View ArticleRe: How to use multiple LDAP servers with Moodle 1.8
by Денис Васильев. Hi inaki, Thank you for patch. Has a version been done for 3+?
View ArticleRe: How to use multiple LDAP servers with Moodle 2.0(!)
by Денис Васильев. I used the patch for version 2.9 but when you try to update the configuration there is such an error
View ArticleRe: NTLM SSO
by Alek Steva. Tried again with new Moodle installation (joined the domain by net join..instead of centrify), but without success At least, wbinfo -g pulls all domain users, which was not the case on...
View Articleldap sso without ntlm
by Robert Thomas. Hello all,I apologize if this is a repeat. At the company I work at, we use ldap to authenticate log ins for applications and AD for authentication getting into our machines. I have...
View ArticleRe: Moodle 3.0 NTLM SSO Issue
by Mike Alavi. Hi Sam,Thanks for your reply,I've tried the blank remote user format with no success,Please see my apache2.config as below:Mutex file:${APACHE_LOCK_DIR} defaultPidFile...
View ArticleRe: How does moodle hash encrypt the password?
by Alfie Punnoose. Just to give an update of password hashing (Moodle 2.6)While looking through the function function validate_internal_user_password($user, $password) I saw this:if...
View ArticleRe: Moodle 3.0 NTLM SSO Issue
by Sam Stevens. You've got your AuthType as NTLM in the apache config but in the posted moodle settings you are choosing Authentication Type as NTLMKerberosChange the Authentication Type to just...
View ArticleRe: ldap sso without ntlm
by Jamie Kramer. In my experience your best bet for AD SSO is going to be ADFS (Active Directory Federation Services), in conjunction with the SAML authentication plugin.Alternatively you can use the...
View ArticleRe: ldap sso without ntlm
by Sam Stevens. Documentation page on this. https://docs.moodle.org/29/en/NTLM_authentication A simple google of moodle NTLM SSO returns a load of stuff as well.
View ArticleRe: ldap sso without ntlm
by Robert Thomas. I get that but I wanted to know does NTLM require you to select the MS-AD usertype in LDAP configuration page?
View ArticleRe: Confirmation emails being blocked/trashed
by Kate Rhodes. Thank you, but I don't know if this helps. I don't usually get messages back from the servers who block the email. The confirmation email just doesn't get deliver to the recipient at...
View ArticleRe: Confirmation emails being blocked/trashed
by Visvanath Ratnaweera. Hi> I don't usually get messages back from the servers who block the email. The confirmation email just doesn't get deliver to the recipient at all, and their account...
View ArticlePaypal payment
by Brian Magan. hello everyone, is anyone could help me , if we want out system goes like this, if the students visit our website , sign-up and signing in, ones he/she done and click "create new...
View Article