Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: RADIUS authentication.

RADIUS authentication: Difference between revisions

From MoodleDocs
(removing page notes link)
No edit summary
Line 17: Line 17:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=123755 Authentication modules and exchange 2007 - working radius cfg] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=123755 Authentication modules and exchange 2007 - working radius cfg] forum discussion


[[de:Authentifizierung über einen RADIUS-Server]]
[[de:RADIUS-Server]]

Revision as of 11:58, 22 March 2012

Location: Settings link in Settings > Site administration > Plugins > Authentication > Manage authentication


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):

  1. 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
  2. Install Auth_RADIUS module for pear
    sudo pear install radius Auth_RADIUS
  3. Add the following line to your php.ini file
    extension=radius.so
  4. Restart apache services
    sudo /etc/init.d/apache2 restart

See also