Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

RADIUS authentication: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(location edit)
Cap resum de modificació
Línia 1: Línia 1:
{{Authentication}}
<p class="note">'''Please refer to [[TOC_with_notes#Authentication|these notes]] before editing this page.'''</p>
Location: Settings link in ''Administration > Plugins > Authentication > Manage authentication'' in 2.0 onwards or ''Administration > Users > Authentication > Manage authentication'' in 1.9
Location: Settings link in ''Administration > Plugins > Authentication > Manage authentication'' in 2.0 onwards or ''Administration > Users > Authentication > Manage authentication'' in 1.9



Revisió del 06:43, 31 maig 2011

Please refer to these notes before editing this page.

Location: Settings link in Administration > Plugins > Authentication > Manage authentication in 2.0 onwards or Administration > Users > Authentication > Manage authentication in 1.9


If you get an error message saying: "Warning: The Auth_RADIUS module does not seem to be present", you need to follow these steps:

  1. On Moodle 1.9.x 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