ILIAS
release_4-4 Revision
|
Authentication against ILIAS database. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
![]() | |
Auth_Container () | |
Constructor. More... | |
fetchData ($username, $password, $isChallengeResponse=false) | |
Fetch data from storage container. More... | |
verifyPassword ($password1, $password2, $cryptType="md5") | |
Crypt and verfiy the entered password. More... | |
supportsChallengeResponse () | |
Returns true if the container supports Challenge Response password authentication. More... | |
getCryptType () | |
Returns the crypt current crypt type of the container. More... | |
listUsers () | |
List all users that are available from the storage container. More... | |
getUser ($username) | |
Returns a user assoc array. More... | |
addUser ($username, $password, $additional=null) | |
Add a new user to the storage container. More... | |
removeUser ($username) | |
Remove user from the storage container. More... | |
changePassword ($username, $password) | |
Change password for user in the storage container. More... | |
log ($message, $level=AUTH_LOG_DEBUG) | |
Log a message to the Auth log. More... | |
![]() | |
loginObserver ($a_username, $a_auth) | |
Called after successful login. More... | |
failedLoginObserver ($a_username, $a_auth) | |
Called after failed login. More... | |
checkAuthObserver ($a_username, $a_auth) | |
Called after check auth requests. More... | |
logoutObserver ($a_username, $a_auth) | |
Called after logout. More... | |
supportsCaptchaVerification () | |
Returns whether or not the auth container supports the verification of captchas This should be true for those auth methods, which are available in the default login form. More... | |
Static Public Member Functions | |
static | forceCreation ($value) |
Static Public Attributes | |
static | $force_creation = false |
Protected Member Functions | |
updateRequired ($a_username) | |
Check if an update is required. More... | |
Private Member Functions | |
initLDAPAttributeToUser () | |
Init LDAP attribute mapping private. More... | |
Additional Inherited Members | |
![]() | |
$activeUser = "" | |
User that is currently selected from the storage container. More... | |
$_auth_obj = null | |
The Auth object this container is attached to. More... | |
Authentication against ILIAS database.
Definition at line 12 of file class.ilAuthContainerApache.php.
ilAuthContainerApache::__construct | ( | ) |
Constructor.
Definition at line 22 of file class.ilAuthContainerApache.php.
|
static |
boolean | $value |
Definition at line 30 of file class.ilAuthContainerApache.php.
References $_GET, $_POST, $_SESSION, $ilSetting, $query, ilObjUser\_checkExternalAuthAccount(), ilLDAPServer\_getFirstActiveServer(), ilAuthModeDetermination\_getInstance(), AUTH_APACHE, AUTH_APACHE_FAILED, AUTH_LDAP, Auth_Container\fetchData(), ilLDAPRoleAssignmentRules\getAssignmentsForCreation(), IL_CERT_SSO, initLDAPAttributeToUser(), ilUtil\isLogin(), ilUtil\redirect(), ilLDAPRoleAssignmentRules\ROLE_ACTION_ASSIGN, and updateRequired().
|
private |
Init LDAP attribute mapping private.
Definition at line 279 of file class.ilAuthContainerApache.php.
Referenced by forceCreation().
|
protected |
Check if an update is required.
string | $a_username |
Definition at line 255 of file class.ilAuthContainerApache.php.
References ilObjUser\_checkExternalAuthAccount(), ilLDAPRoleAssignmentRule\hasRulesForUpdate(), and ilLDAPAttributeMapping\hasRulesForUpdate().
Referenced by forceCreation().
|
static |
Definition at line 17 of file class.ilAuthContainerApache.php.