Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php87 …if (array_key_exists("password",$attributes) && (!$this->adldap->getUseSSL() && !$this->adldap->ge…
397 …if (array_key_exists("password", $attributes) && !$this->adldap->getUseSSL() && !$this->adldap->ge…
482 if (!$this->adldap->getUseSSL() && !$this->adldap->getUseTLS()) {
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php493 public function getUseSSL() function in adLDAP