Home
last modified time | relevance | path

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

/plugin/pureldap/classes/
H A DADClient.php42 if (!$this->autoAuth()) return null;
70 if (!$this->autoAuth()) return false;
109 if (!$this->autoAuth()) return [];
156 if (!$this->autoAuth()) return [];
245 if (!$this->autoAuth()) return null;
395 if (!$this->autoAuth()) return 0;
H A DClient.php139 public function autoAuth() function in dokuwiki\\plugin\\pureldap\\classes\\Client