| /plugin/mantis/lib/ |
| D | class.soap_transport_http.php | 41 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 …]
|
| D | class.soapclient.php | 30 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;
|
| D | nusoap.php | 2148 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 …]
|
| D | class.wsdl.php | 55 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/ |
| D | README | 7 $conf['authtype'] = 'sympa';
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | local.php.dist | 19 //$conf['authtype'] = 'mysql';
|
| /plugin/authgoogle2fa/ |
| D | README.md | 21 $conf['authtype'] = 'authplain';
|
| /plugin/authshibboleth/ |
| D | README.md | 41 In `DOKUWIKI_HOME/conf/local.conf` set the `authtype` directive: 43 $conf['authtype'] = 'authshibboleth';
|
| /plugin/authsmartcard/ |
| D | README.md | 60 Ensure that the authtype is set to authsmartcard in conf/local.php or conf/local.protected.php: 63 $conf['authtype'] = 'authsmartcard';
|
| /plugin/authlinotp/ |
| D | README.md | 26 $conf['authtype'] = 'authplain';
|
| /plugin/authucenter/ |
| D | README.md | 20 * In `Authentication` settings area, change `authtype` to `authucenter`.
|
| /plugin/authyubikey/ |
| D | README.md | 18 of Dokuwiki by choosing "authyubikey" as Dokuwiki's "authtype".
|
| /plugin/authhiorgserver/ |
| D | README.md | 30 Authentifizierungsmechanismus (authtype)" um auf "authhiorgserver" und klicken
|
| /plugin/authcas/ |
| D | README.md | 34 $conf['authtype'] = 'authsplit';
|
| /plugin/googlesearch/ |
| D | nusoap.php | 2028 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/ |
| D | README.md | 48 * authtype authdrupal8
|
| /plugin/evesso/ |
| D | README.md | 34 1. Go to `Authentication` > `authtype` and select `EVESSO`
|
| /plugin/authldaplocal/ |
| D | README.md | 27 $conf['authtype'] = 'authldaplocal';
|
| /plugin/authremoteuser/ |
| D | README.md | 72 3. Enable `authtype` *AuthRemoteUser*.
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …,authldapremoteuserisdn:1,authldapurl:1,authname:1,authnprovideralias:1,authtype:1,authuserfile:1,… property
|