Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php139 protected $useSSL = false; variable in adLDAP
473 * @param bool $useSSL
476 public function setUseSSL($useSSL) argument
478 $this->useSSL = $useSSL;
480 if($this->useSSL) {
495 return $this->useSSL;
627 if ($this->useSSL) {
645 if ($this->useSSL && !$this->useTLS) {