Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Authentication.

Authentication: Difference between revisions

From MoodleDocs
m (rewording)
(Fill in the summary for the rest of the authentication plugins)
Line 9: Line 9:


*[[Manual accounts]] - accounts created manually by an administrator
*[[Manual accounts]] - accounts created manually by an administrator
*[[No login]]
*[[No login]] - prevent users from login in
*[[Email-based self-registration]] - for enabling users to create their own accounts
*[[Email-based self-registration]] - for enabling users to create their own accounts
*[[CAS server (SSO)]]
*[[CAS server (SSO)]] - account details are located on an external CAS server
*[[External database authentication|External database]]
*[[External database authentication|External database]] - account details are located on an external database
*[[FirstClass authentication|FirstClass server]]
*[[FirstClass authentication|FirstClass server]] - account details are located on an external FirstClass server
*[[IMAP authentication|IMAP server]]
*[[IMAP authentication|IMAP server]] - account details are located on an external IMAP server
*[[LDAP authentication|LDAP server]]
*[[LDAP authentication|LDAP server]] - account details are located on an external LDAP server
*[[Moodle Network|Moodle Network authentication]] - how different Moodle sites can connect and authenticate users
*[[Moodle Network|Moodle Network authentication]] - how different Moodle sites can connect and authenticate users
*[[NNTP authentication|NNTP server]]
*[[NNTP authentication|NNTP server]] - account details are located on an external NTTP server
*[[No authentication]] - for testing purposes only
*[[No authentication]] - for testing purposes only
*[[PAM (Pluggable Authentication Modules)]]
*[[PAM (Pluggable Authentication Modules)]] - account details come from the operating system Moodle is running on, via PAM (can only be used Linux/Unix).
*[[POP3 server]]
*[[POP3 server]] - account details are located on an external NTTP server
*[[RADIUS authentication|RADIUS server]]
*[[RADIUS authentication|RADIUS server]] - account details are located on an external RADIUS server
*[[Shibboleth]]
*[[Shibboleth]] - account details are located on an external Shibboleth server
*[[NTLM authentication|NTLM/Integrated Authentication]] (contributed plugin)
*[[NTLM authentication|NTLM/Integrated Authentication]] (contributed plugin prior to Moodle 1.9; is part of the LDAP authentication plugin from 1.9 onwards).


The authentication method is set in ''Administration > Users > Authentication > [[Manage authentication]]'' (or ''Administration > Users > Authentication''  prior to Moodle 1.9)  
The authentication method is set in ''Administration > Users > Authentication > [[Manage authentication]]'' (or ''Administration > Users > Authentication''  prior to Moodle 1.9)  

Revision as of 22:18, 5 August 2008

Location: Administration > Users > Authentication


User authentication is about enabling people to login to your Moodle site.

Authentication methods

Authentication methods (also known as authentication plugins) include:

The authentication method is set in Administration > Users > Authentication > Manage authentication (or Administration > Users > Authentication prior to Moodle 1.9)

See also