Home
last modified time | relevance | path

Searched +full:userkey -(+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.php19 $conf['userkey'] = 'uid';
H A Dmetadata.php20 $meta['userkey'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php418 $userkey = $this->getConf('userkey');
420 $users_array[] = $entries[$i][$userkey][0];