|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Authentication against ILIAS database. More...
Inheritance diagram for ilAuthContainerMDB2:
Collaboration diagram for ilAuthContainerMDB2:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| loginObserver ($a_username, $a_auth) | |
| Called from fetchData after successful login. More... | |
| supportsCaptchaVerification () | |
Static Public Member Functions | |
| static | toUsernameWithoutDomain ($username) |
| Static function removes Microsoft domain name from username. More... | |
Authentication against ILIAS database.
Definition at line 35 of file class.ilAuthContainerMDB2.php.
| ilAuthContainerMDB2::__construct | ( | ) |
Constructor.
Definition at line 41 of file class.ilAuthContainerMDB2.php.
References $_POST, $ilDB, $ilIliasIniFile, and $options.
| ilAuthContainerMDB2::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Called from fetchData after successful login.
| string | username |
Definition at line 90 of file class.ilAuthContainerMDB2.php.
References $GLOBALS, ilAuthUtils\_getAuthMode(), ilObjUser\_lookupAuthMode(), ilObjUser\_lookupId(), AUTH_APACHE, AUTH_LOCAL, and ilAuthUtils\isPasswordModificationEnabled().
Here is the call graph for this function:| ilAuthContainerMDB2::supportsCaptchaVerification | ( | ) |
Definition at line 121 of file class.ilAuthContainerMDB2.php.
|
static |
Static function removes Microsoft domain name from username.
Definition at line 67 of file class.ilAuthContainerMDB2.php.