Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authldap/
H A Dauth.php411 $all_filter = str_replace('%{user}', '*', $this->getConf('userfilter'));
413 $all_filter = "(ObjectClass=*)";
415 $sr = ldap_search($this->con, $this->getConf('usertree'), $all_filter);