33 include_once
'Auth/Auth.php';
34 include_once
'./Services/Authentication/classes/class.ilBaseAuthentication.php';
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());
119 include_once(
'./Services/User/classes/class.ilObjUser.php');
120 include_once(
'./Services/Administration/classes/class.ilSetting.php');
174 $this->
__setMessage(
'SOAP is not enabled in ILIAS administration for this client');
179 $this->auth->start();
180 if(!$this->auth->getAuth())
193 include_once
'./Services/Database/classes/class.ilDB.php';
200 include_once
'./Services/Administration/classes/class.ilSetting.php';
202 return ($set->get(
"soap_user_administration") == 1);
213 if(is_object($this->ini) and $this->ini->readVariable(
'client',
'access'))