Warning: The PHP RADIUS extension is not present. Please ensure it is installed and enabled.

'; } include_once 'Auth/RADIUS.php'; if (!class_exists('Auth_RADIUS')) { print '

Warning: There is a problem with the PHP Pear Auth_RADIUS package. Please ensure it is installed correctly.

'; } // set to defaults if undefined if (!isset($config->host)) { $config->host = '127.0.0.1'; } if (!isset($config->nasport)) { $config->nasport = '1812'; } if (!isset($config->radiustype)) { $config->radiustype = 'PAP'; } if (!isset($config->secret)) { $config->secret = ''; } if (!isset($config->changepasswordurl)) { $config->changepasswordurl = ''; } ?>
error_text($err['host']); } ?>
error_text($err['nasport']); } ?>
: radiustype, false); if (isset($err['radiustype'])) { echo $OUTPUT->error_text($err['radiustype']); } ?>
error_text($err['secret']); } ?>
error_text($err['changepasswordurl']); } ?>