Difference between revisions of "PAM (Pluggable Authentication Modules)"
From Learnit docs
(Redirected page to PAM (Pluggable Authentication Modules)) (Tag: New redirect) |
(Removed redirect to PAM (Pluggable Authentication Modules)) (Tag: Removed redirect) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Authentication}} | {{Authentication}} | ||
{{Note|The PAM authentication plugin has been removed in Moodle 3.4. It is still available from https://github.com/moodlehq/moodle-auth_pam.}} | {{Note|The PAM authentication plugin has been removed in Moodle 3.4. It is still available from https://github.com/moodlehq/moodle-auth_pam.}} |
Latest revision as of 11:15, 16 May 2019
Template:Authentication Template:Note
With PAM you can use the same user database for different applications log ins (SSO - Single Sign On). PAM also supports different authentication processes as required.
This method uses PAM to access the native usernames on this server. You have to install PAM Authentication Module in order to use this module.