Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php689 * @param bool optional $preventRebind
692 public function authenticate($username, $password, $preventRebind = false) { argument
717 if ($this->adminUsername !== NULL && !$preventRebind) {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php65 public function authenticate($username, $password, $preventRebind = false) { argument
66 return $this->adldap->authenticate($username, $password, $preventRebind);