Home
last modified time | relevance | path

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

/plugin/authldaplocal/
H A Dauth.php103 $dn = $this->_makeFilter(
110 $dn = $this->_makeFilter(
206 $base = $this->_makeFilter($this->getConf('usertree'), $info);
208 $filter = $this->_makeFilter($this->getConf('userfilter'), $info);
261 $base = $this->_makeFilter($this->getConf('grouptree'), $user_result);
262 $filter = $this->_makeFilter($this->getConf('groupfilter'), $user_result);
540 protected function _makeFilter($filter, $placeholders) { function in auth_plugin_authldaplocal