Diferencia entre revisiones de «Autenticación RADIUS»

De MoodleDocs
(added page)
 
m (tidy up)
 
Línea 1: Línea 1:
{{Pendiente de traducir}}
{{Pendiente de traducir}}
{{Autenticaciónn}}
{{Autenticación}}
Location: Settings link in ''Settings > Site administration > Plugins > Authentication > Manage authentication''
Location: Settings link in ''Settings > Site administration > Plugins > Authentication > Manage authentication''



Revisión actual - 00:38 6 nov 2013

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

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