Home
last modified time | relevance | path

Searched +full:sso_charset -(+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/authad/conf/
H A Ddefault.php7 $conf['sso_charset'] = '';
H A Dmetadata.php7 $meta['sso_charset'] = array('string','_caution' => 'danger');
/dokuwiki/lib/plugins/authad/
H A Dauth.php105 if ($this->getConf('sso_charset')) {
108 iconv($this->getConf('sso_charset'), 'UTF-8', $INPUT->server->str('REMOTE_USER'))