| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Overwritten Pear class AuthContainerRadius This class is overwritten to support to perform Radius authentication with specific ILIAS options. More...
 Inheritance diagram for ilAuthContainerRadius:
 Inheritance diagram for ilAuthContainerRadius: Collaboration diagram for ilAuthContainerRadius:
 Collaboration diagram for ilAuthContainerRadius:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| forceCreation ($a_status) | |
| Force creation of user accounts. | |
| loginObserver ($a_username, $a_auth) | |
| Called from base class after successful login. | |
| Private Member Functions | |
| initSettings () | |
| Init radius settings. | |
| initRADIUSAttributeToUser () | |
| Init RADIUS attribute mapping. | |
| Private Attributes | |
| $radius_settings = null | |
| $rad_to_user = null | |
| $log = null | |
| $force_creation = false | |
Overwritten Pear class AuthContainerRadius This class is overwritten to support to perform Radius authentication with specific ILIAS options.
Definition at line 37 of file class.ilAuthContainerRadius.php.
| ilAuthContainerRadius::__construct | ( | ) | 
Constructor.
public
| array | An associative array of pear parameters | 
Definition at line 51 of file class.ilAuthContainerRadius.php.
References initSettings(), and ilRadiusSettings\RADIUS_CHARSET_LATIN1.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilAuthContainerRadius::forceCreation | ( | $a_status | ) | 
Force creation of user accounts.
public
| bool | force_creation | 
Definition at line 74 of file class.ilAuthContainerRadius.php.
| 
 | private | 
Init RADIUS attribute mapping.
private
Definition at line 141 of file class.ilAuthContainerRadius.php.
Referenced by loginObserver().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Init radius settings.
Definition at line 128 of file class.ilAuthContainerRadius.php.
References ilRadiusSettings\_getInstance().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilAuthContainerRadius::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) | 
Called from base class after successful login.
| string | username | 
Definition at line 84 of file class.ilAuthContainerRadius.php.
References $_POST, $_SESSION, $force_creation, ilObjUser\_checkExternalAuthAccount(), AUTH_RADIUS_NO_ILIAS_USER, initRADIUSAttributeToUser(), and ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 42 of file class.ilAuthContainerRadius.php.
Referenced by loginObserver().
| 
 | private | 
Definition at line 41 of file class.ilAuthContainerRadius.php.
| 
 | private | 
Definition at line 40 of file class.ilAuthContainerRadius.php.
| 
 | private | 
Definition at line 39 of file class.ilAuthContainerRadius.php.