Home
last modified time | relevance | path

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

/plugin/pureldap/classes/
H A DClient.php196 * @param bool $fetchgroups Are groups needed?
199 public function getCachedUser($username, $fetchgroups = true) argument
205 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {
221 if (!$fetchgroups || is_array($this->userCache[$username]['grps'])) {
228 $info = $this->getUser($username, $fetchgroups);
244 * @param bool $fetchgroups Shall groups be fetched, too?
247 abstract public function getUser($username, $fetchgroups = true); argument
H A DADClient.php27 public function getUser($username, $fetchgroups = true) argument