Home
last modified time | relevance | path

Searched +full:usertree -(+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.php5 $conf['usertree'] = '';
H A Dmetadata.php5 $meta['usertree'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php75 $this->getConf('usertree') &&
83 } elseif (strpos($this->getConf('usertree'), '%{user}')) {
86 $this->getConf('usertree'),
196 $base = $this->makeFilter($this->getConf('usertree'), $info);
415 $sr = ldap_search($this->con, $this->getConf('usertree'), $all_filter);