Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php392 public function setPort($adPort) function in adLDAP
481 $this->setPort(self::ADLDAP_LDAPS_PORT);
484 $this->setPort(self::ADLDAP_LDAP_PORT);
591 if (array_key_exists("ad_port",$options)){ $this->setPort($options["ad_port"]); }