24 include_once
'Auth/Container.php';
26 include_once
'./Services/Authentication/classes/class.ilAuthUtils.php';
27 include_once
'./Services/Authentication/classes/class.ilAuthModeDetermination.php';
47 parent::__construct();
49 include_once
'./Services/Database/classes/class.ilAuthContainerMDB2.php';
58 $this->
log(
'Auth_Container_Multiple: All containers rejected user credentials.',
AUTH_LOG_DEBUG);
67 $this->
log(
'Container Multiple: loginObserver'.get_class($this->current_container),
AUTH_LOG_DEBUG);
71 $this->
log(
'Container Multiple: Forwarding to '.get_class($this->current_container),
AUTH_LOG_DEBUG);
72 return $this->current_container->loginObserver($a_username, $a_auth);
86 $this->
log(
'Container Multiple: Forwarding to '.get_class($this->current_container),
AUTH_LOG_DEBUG);
87 return $this->current_container->checkAuthObserver($a_username, $a_auth);
100 include_once
'./Services/AuthApache/classes/class.ilAuthContainerApache.php';
111 include_once
'./Services/LDAP/classes/class.ilAuthContainerLDAP.php';
117 include_once
'./Services/Database/classes/class.ilAuthContainerMDB2.php';
123 include_once
'./Services/SOAPAuth/classes/class.ilAuthContainerSOAP.php';
129 include_once
'./Services/Radius/classes/class.ilAuthContainerRadius.php';
138 $container = $pl->getContainer($auth_mode);
141 $this->current_container = $container;
152 $result = $this->current_container->fetchData($user,
$pass);
156 $this->
log(
'Container '.$key.
': '.
$result->getMessage(), AUTH_LOG_ERR);
__construct()
Constructor.
failedLoginObserver($a_username, $a_auth)
Overwritten Pear class AuthContainerLDAP This class is overwritten to support nested groups...
const AUTH_LOG_DEBUG
Auth Log level - DEBUG.
checkAuthObserver($a_username, $a_auth)
Authentication against ILIAS database.
loginObserver($a_username, $a_auth)
static getAuthPlugins()
Get active enabled auth plugins.
Apache based authentication
supportsCaptchaVerification()
static _getInstance()
Get instance.
Overwritten Pear class AuthContainerRadius This class is overwritten to support to perform Radius aut...
Authentication against ILIAS database.
log($message, $level=AUTH_LOG_DEBUG)
Log a message to the Auth log.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
Authentication against external SOAP server
$_auth_obj
The Auth object this container is attached to.
isError($data, $code=null)
Tell whether a value is a PEAR error.