Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 20 of 20) sorted by relevance

/plugin/mantis/lib/
Dclass.soap_transport_http.php41 var $authtype = ''; variable in soap_transport_http
162 …if ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype =…
164 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
329 if ($this->authtype == 'certificate') {
358 if ($this->authtype && ($this->authtype != 'certificate')) {
363 if ($this->authtype == 'basic') {
367 if ($this->authtype == 'digest') {
371 if ($this->authtype == 'ntlm') {
463 * @param string $authtype (basic|digest|certificate|ntlm)
468 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
[all …]
Dclass.soapclient.php30 var $authtype = ''; // Type of HTTP authentication variable in nusoap_client
366 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
424 if($this->authtype != '') {
425 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
605 * @param string $authtype (basic|digest|certificate|ntlm)
609 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
610 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
614 $this->authtype = $authtype;
709 $proxy->authtype = $this->authtype;
Dnusoap.php2148 var $authtype = ''; variable in soap_transport_http
2269 …if ($this->use_curl || ($this->scheme == 'https') || ($this->scheme == 'http' && $this->authtype =…
2271 …if (($this->scheme == 'http' || $this->scheme == 'ssl') && $this->authtype != 'ntlm' && (!is_array…
2436 if ($this->authtype == 'certificate') {
2465 if ($this->authtype && ($this->authtype != 'certificate')) {
2470 if ($this->authtype == 'basic') {
2474 if ($this->authtype == 'digest') {
2478 if ($this->authtype == 'ntlm') {
2570 * @param string $authtype (basic|digest|certificate|ntlm)
2575 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
[all …]
Dclass.wsdl.php55 var $authtype = ''; // Type of HTTP authentication variable in wsdl
216 if ($this->authtype != '') {
217 …$tr->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certRequest…
558 * @param string $authtype (basic|digest|certificate|ntlm)
562 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
563 $this->debug("setCredentials username=$username authtype=$authtype certRequest=");
567 $this->authtype = $authtype;
/plugin/sympaauth/
DREADME7 $conf['authtype'] = 'sympa';
/plugin/farm/install/animaltemplate/conf/
Dlocal.php.dist19 //$conf['authtype'] = 'mysql';
/plugin/authgoogle2fa/
DREADME.md21 $conf['authtype'] = 'authplain';
/plugin/authshibboleth/
DREADME.md41 In `DOKUWIKI_HOME/conf/local.conf` set the `authtype` directive:
43 $conf['authtype'] = 'authshibboleth';
/plugin/authsmartcard/
DREADME.md60 Ensure that the authtype is set to authsmartcard in conf/local.php or conf/local.protected.php:
63 $conf['authtype'] = 'authsmartcard';
/plugin/authlinotp/
DREADME.md26 $conf['authtype'] = 'authplain';
/plugin/authucenter/
DREADME.md20 * In `Authentication` settings area, change `authtype` to `authucenter`.
/plugin/authyubikey/
DREADME.md18 of Dokuwiki by choosing "authyubikey" as Dokuwiki's "authtype".
/plugin/authhiorgserver/
DREADME.md30 Authentifizierungsmechanismus (authtype)" um auf "authhiorgserver" und klicken
/plugin/authcas/
DREADME.md34 $conf['authtype'] = 'authsplit';
/plugin/googlesearch/
Dnusoap.php2028 var $authtype = ''; variable in soap_transport_http
2200 if ($this->authtype == 'certificate') {
2292 * @param string $authtype (basic, digest, certificate)
2297 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
2298 $this->debug("Set credentials for authtype $authtype");
2300 if ($authtype == 'basic') {
2302 } elseif ($authtype == 'digest') {
2344 } elseif ($authtype == 'certificate') {
2349 $this->authtype = $authtype;
6411 var $authtype = ''; variable in soapclient
[all …]
/plugin/authdrupal8/
DREADME.md48 * authtype authdrupal8
/plugin/evesso/
DREADME.md34 1. Go to `Authentication` > `authtype` and select `EVESSO`
/plugin/authldaplocal/
DREADME.md27 $conf['authtype'] = 'authldaplocal';
/plugin/authremoteuser/
DREADME.md72 3. Enable `authtype` *AuthRemoteUser*.
/plugin/highlightjs/highlight/
Dhighlight.pack.js1 …,authldapremoteuserisdn:1,authldapurl:1,authname:1,authnprovideralias:1,authtype:1,authuserfile:1,… property