Home
last modified time | relevance | path

Searched +full:userscope -(+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.php17 $conf['userscope'] = 'sub';
H A Dmetadata.php18 $meta['userscope'] = array('multichoice','_choices' => array('sub','one','base'),'_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php206 $sr = $this->ldapSearch($this->con, $base, $filter, $this->getConf('userscope'), $this->getConf('attributes'));