|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| Auth_RADIUS_PAP ($username=null, $password=null) | |
| open () | |
| createRequest () | |
| putAuthAttributes () | |
Definition at line 568 of file RADIUS.php.
| Auth_RADIUS_PAP | ( | $ | username = null, |
| $ | password = null |
||
| ) |
Constructor
| string | $username | Username |
| string | $password | Password |
Definition at line 578 of file RADIUS.php.


| createRequest | ( | ) |
Creates an authentication request
Creates an authentication request. You MUST call this method before you can put any attribute
Reimplemented from Auth_RADIUS.
Definition at line 610 of file RADIUS.php.
| open | ( | ) |
Creates a RADIUS resource
Creates a RADIUS resource for authentication. This should be the first call before you make any other things with the library.
Reimplemented from Auth_RADIUS.
Definition at line 593 of file RADIUS.php.
Put authentication specific attributes
Reimplemented from Auth_RADIUS.
Reimplemented in Auth_RADIUS_MSCHAPv2, Auth_RADIUS_MSCHAPv1, and Auth_RADIUS_CHAP_MD5.
Definition at line 623 of file RADIUS.php.
