|
ILIAS
Release_4_3_x_branch Revision 61807
|
Overwritten Pear class AuthContainerRadius This class is overwritten to support to perform Radius authentication with specific ILIAS options. More...
Inheritance 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. | |
Protected Member Functions | |
| handleLDAPDataSource ($a_auth, $ext_account) | |
| Handle ldap as data source. | |
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:| ilAuthContainerRadius::forceCreation | ( | $a_status | ) |
Force creation of user accounts.
public
| bool | force_creation |
Definition at line 81 of file class.ilAuthContainerRadius.php.
|
protected |
Handle ldap as data source.
| Auth | $auth | |
| string | $ext_account |
Definition at line 166 of file class.ilAuthContainerRadius.php.
References $GLOBALS, $server, AUTH_RADIUS, AUTH_RADIUS_NO_ILIAS_USER, AUTH_WRONG_LOGIN, ilLDAPServer\getDataSource(), ilLDAPServer\getInstanceByServerId(), ilUtil\redirect(), and ilLDAPUserSynchronisation\setExternalAccount().
Referenced by loginObserver().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Init RADIUS attribute mapping.
private
Definition at line 155 of file class.ilAuthContainerRadius.php.
Referenced by loginObserver().
Here is the caller graph for this function:
|
private |
Init radius settings.
Definition at line 142 of file class.ilAuthContainerRadius.php.
References ilRadiusSettings\_getInstance().
Referenced by __construct().
Here is the call 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 91 of file class.ilAuthContainerRadius.php.
References $_POST, $_SESSION, $force_creation, ilObjUser\_checkExternalAuthAccount(), AUTH_RADIUS, AUTH_RADIUS_NO_ILIAS_USER, handleLDAPDataSource(), initRADIUSAttributeToUser(), ilLDAPServer\isDataSourceActive(), and ilUtil\redirect().
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.