Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php65 public function authenticate($username, $password, $preventRebind = false) { function in adLDAPUsers
66 return $this->adldap->authenticate($username, $password, $preventRebind);
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php692 public function authenticate($username, $password, $preventRebind = false) { function in adLDAP
/dokuwiki/lib/plugins/authad/
H A Dauth.php171 return $adldap->authenticate($this->getUserName($user), $pass);