RADIUS autentifikazioa
MoodleDocstik
Oharra: Itzuli gabekoak. Anima zaitezte eta ekin!. (itzuli gabeko beste orri batzuk)
Artikulu hau, oraingoz Zirriborroa baino ez da, eta seguraski ganorazko idazketa eta edukiaren berregituraketa beharko du. Zabalduz lagundu egingo duzu Moodle Doc-ak hobetzen. Era berean, gainontzeko osatu gabeko orriak ere ikus ditzakezu |
Location: Settings link in Administration > Users > 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:
- On Moodle 1.9.x 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
- Install the following modules: php5-dev php5-auth-pam php5-radius php-pear
See also
- Using Moodle: User authentication forum
- Using Moodle LDAP / RADIUS / How to get working? forum discussion
- Using Moodle Authentication modules and exchange 2007 - working radius cfg forum discussion