Home
last modified time | relevance | path

Searched refs:getUseTLS (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->getUseTLS())){
397 if (array_key_exists("password", $attributes) && !$this->adldap->getUseSSL() && !$this->adldap->getUseTLS()) {
482 if (!$this->adldap->getUseSSL() && !$this->adldap->getUseTLS()) {
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php514 public function getUseTLS() function in adLDAP