Home
last modified time | relevance | path

Searched +full:groupkey -(+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.php20 $conf['groupkey'] = 'cn';
H A Dmetadata.php21 $meta['groupkey'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php281 [$this->getConf('groupkey')]
294 if (!empty($grp[$this->getConf('groupkey')])) {
295 $group = $grp[$this->getConf('groupkey')];
299 $this->debug('groupkey did not return a detailled result', 0, __LINE__, __FILE__);