|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | auth_radius |
Variables | |
| $string ['auth_radiusdescription'] = 'This method uses a <a href="http://en.wikipedia.org/wiki/RADIUS">RADIUS</a> server to check whether a given username and password is valid.' | |
| $string ['auth_radiushost'] = 'Address of the RADIUS server' | |
| $string ['auth_radiushost_key'] = 'Host' | |
| $string ['auth_radiuschangepasswordurl_key'] = 'Password-change URL' | |
| $string ['auth_radiusnasport'] = 'Port to use to connect' | |
| $string ['auth_radiusnasport_key'] = 'Port' | |
| $string ['auth_radiussecret'] = 'Shared secret' | |
| $string ['auth_radiussecret_key'] = 'Secret' | |
| $string ['auth_radiustype'] = 'Choose an authentication scheme to use with the RADIUS server.' | |
| $string ['auth_radiustypechapmd5'] = 'CHAP MD5' | |
| $string ['auth_radiustype_key'] = 'Authentication' | |
| $string ['auth_radiustypemschapv1'] = 'Microsoft CHAP version 1' | |
| $string ['auth_radiustypemschapv2'] = 'Microsoft CHAP version 2' | |
| $string ['auth_radiustypepap'] = 'PAP' | |
| $string ['pluginname'] = 'RADIUS server' | |
| $string['auth_radiusdescription'] = 'This method uses a <a href="http://en.wikipedia.org/wiki/RADIUS">RADIUS</a> server to check whether a given username and password is valid.' |
Definition at line 26 of file auth_radius.php.
| $string['auth_radiushost'] = 'Address of the RADIUS server' |
Definition at line 27 of file auth_radius.php.
| $string['auth_radiushost_key'] = 'Host' |
Definition at line 28 of file auth_radius.php.
| $string['auth_radiuschangepasswordurl_key'] = 'Password-change URL' |
Definition at line 29 of file auth_radius.php.
| $string['auth_radiusnasport'] = 'Port to use to connect' |
Definition at line 30 of file auth_radius.php.
| $string['auth_radiusnasport_key'] = 'Port' |
Definition at line 31 of file auth_radius.php.
| $string['auth_radiussecret'] = 'Shared secret' |
Definition at line 32 of file auth_radius.php.
| $string['auth_radiussecret_key'] = 'Secret' |
Definition at line 33 of file auth_radius.php.
| $string['auth_radiustype'] = 'Choose an authentication scheme to use with the RADIUS server.' |
Definition at line 34 of file auth_radius.php.
| $string['auth_radiustypechapmd5'] = 'CHAP MD5' |
Definition at line 35 of file auth_radius.php.
| $string['auth_radiustype_key'] = 'Authentication' |
Definition at line 36 of file auth_radius.php.
| $string['auth_radiustypemschapv1'] = 'Microsoft CHAP version 1' |
Definition at line 37 of file auth_radius.php.
| $string['auth_radiustypemschapv2'] = 'Microsoft CHAP version 2' |
Definition at line 38 of file auth_radius.php.
| $string['auth_radiustypepap'] = 'PAP' |
Definition at line 39 of file auth_radius.php.
| $string['pluginname'] = 'RADIUS server' |
Definition at line 40 of file auth_radius.php.