Difference between revisions of "RADIUS authentication"
From Learnit docs
(Redirected page to RADIUS authentication) (Tag: New redirect) |
(Removed redirect to RADIUS authentication) (Tag: Removed redirect) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Authentication}} | {{Authentication}} | ||
{{Note|The RADIUS authentication plugin is no longer a standard plugin in Moodle 3.2 onwards}} | {{Note|The RADIUS authentication plugin is no longer a standard plugin in Moodle 3.2 onwards}} |
Latest revision as of 11:15, 16 May 2019
Template:Authentication Template:Note
Troubleshooting
If you get an error message saying: "Warning: The Auth_RADIUS module does not seem to be present", you need to follow these steps:
Using debian-based linux (such as Ubuntu):
- Install the following modules: php5-dev php5-auth-pam php5-radius php-pear
sudo apt-get install php5-dev php5-auth-pam php5-radius php-pear
- Install Auth_RADIUS module for pear
sudo pear install radius Auth_RADIUS
- Add the following line to your php.ini file
extension=radius.so
- Restart apache services
sudo /etc/init.d/apache2 restart
See also
- Authentication forum on moodle.org
- Help for a fix: Unable to manually edit students due to "authentication plugin radius not found" forum discussion
- MDL-55927 - Tracker issue for removing the RADIUS authentication plugin from core