Home
last modified time | relevance | path

Searched +full:userfilter -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php7 $conf['userfilter'] = '';
H A Dmetadata.php7 $meta['userfilter'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php76 $this->getConf('userfilter')
197 if ($this->getConf('userfilter')) {
198 $filter = $this->makeFilter($this->getConf('userfilter'), $info);
410 if ($this->getConf('userfilter')) {
411 $all_filter = str_replace('%{user}', '*', $this->getConf('userfilter'));