33 include_once
'Auth/Auth.php';
34 include_once
'./Services/Authentication/classes/class.ilBaseAuthentication.php';
46 parent::ilBaseAuthentication();
52 $this->soap_check =
false;
70 $this->
__setMessage(
'Error building dsn/Wrong client Id?');
87 $this->
__setMessage(
'SOAP is not enabled in ILIAS administration for this client');
96 if(!$this->auth->getAuth())
103 $this->
setSid(session_id());
117 include_once(
'./Services/User/classes/class.ilObjUser.php');
118 include_once(
'./Services/Administration/classes/class.ilSetting.php');
127 if(ilObjUser::hasUserToAcceptTermsOfService($login))
172 $this->
__setMessage(
'SOAP is not enabled in ILIAS administration for this client');
177 $this->auth->start();
178 if(!$this->auth->getAuth())
191 include_once
'./Services/Database/classes/class.ilDB.php';
198 include_once
'./Services/Administration/classes/class.ilSetting.php';
200 return ($set->get(
"soap_user_administration") == 1);
211 if(is_object($this->ini) and $this->ini->readVariable(
'client',
'access'))
__setMessageCode($a_message_code)
__checkAgreement($a_auth_mode)
Check if user agreement is accepted.
__setSessionSaveHandler()
static _checkExternalAuthAccount($a_auth, $a_account)
check whether external account and authentication method matches with a user