|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@classDescription 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. More... | |
| forceCreation ($a_status) | |
| Force creation of user accounts. More... | |
| loginObserver ($a_username, $a_auth) | |
| Called from base class after successful login. More... | |
| supportsCaptchaVerification () | |
Protected Member Functions | |
| handleLDAPDataSource ($a_auth, $ext_account) | |
| Handle ldap as data source. More... | |
Private Member Functions | |
| initSettings () | |
| Init radius settings. More... | |
| initRADIUSAttributeToUser () | |
| Init RADIUS attribute mapping. More... | |
Private Attributes | |
| $radius_settings = null | |
| $rad_to_user = null | |
| $log = null | |
| $force_creation = false | |
@classDescription 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.
@access public
| array | An associative array of pear parameters |
Definition at line 51 of file class.ilAuthContainerRadius.php.
References $GLOBALS, initSettings(), and ilRadiusSettings\RADIUS_CHARSET_LATIN1.
Here is the call graph for this function:| ilAuthContainerRadius::forceCreation | ( | $a_status | ) |
Force creation of user accounts.
@access 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 167 of file class.ilAuthContainerRadius.php.
References $GLOBALS, $server, AUTH_RADIUS, AUTH_RADIUS_NO_ILIAS_USER, ilLDAPServer\getDataSource(), ilLDAPServer\getInstanceByServerId(), and ilUtil\redirect().
Referenced by loginObserver().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Init RADIUS attribute mapping.
@access private
Definition at line 156 of file class.ilAuthContainerRadius.php.
Referenced by loginObserver().
Here is the caller graph for this function:
|
private |
Init radius settings.
Definition at line 143 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, ilObjUser\_checkExternalAuthAccount(), AUTH_RADIUS, AUTH_RADIUS_NO_ILIAS_USER, handleLDAPDataSource(), initRADIUSAttributeToUser(), ilLDAPServer\isDataSourceActive(), and ilUtil\redirect().
Here is the call graph for this function:| ilAuthContainerRadius::supportsCaptchaVerification | ( | ) |
Definition at line 211 of file class.ilAuthContainerRadius.php.
|
private |
Definition at line 42 of file class.ilAuthContainerRadius.php.
|
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.