Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php147 protected $useTLS = false; variable in adLDAP
501 * @param bool $useTLS
504 public function setUseTLS($useTLS) argument
506 $this->useTLS = $useTLS;
516 return $this->useTLS;
637 if ($this->useTLS) {
645 if ($this->useSSL && !$this->useTLS) {