ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Authentication against ILIAS database. More...
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().
ilAuthContainerMDB2::supportsCaptchaVerification | ( | ) |
Definition at line 121 of file class.ilAuthContainerMDB2.php.
References ilObjUser\_loginExists(), array, ilUserPasswordManager\getInstance(), ilObjectFactory\getInstanceByObjId(), and IL_PASSWD_CRYPTED.
|
static |
Static function removes Microsoft domain name from username.
Definition at line 67 of file class.ilAuthContainerMDB2.php.