Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authldap/
H A Dauth.php79 $dn = $this->makeFilter(
85 $dn = $this->makeFilter(
196 $base = $this->makeFilter($this->getConf('usertree'), $info);
198 $filter = $this->makeFilter($this->getConf('userfilter'), $info);
274 $base = $this->makeFilter($this->getConf('grouptree'), $user_result);
275 $filter = $this->makeFilter($this->getConf('groupfilter'), $user_result);
458 protected function makeFilter($filter, $placeholders)
456 protected function makeFilter($filter, $placeholders) global() function in auth_plugin_authldap