Home
last modified time | relevance | path

Searched +full:remoteuser -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DApiTest.php47 $conf['remoteuser'] = '!!not set!!';
129 $conf['remoteuser'] = '';
148 $conf['remoteuser'] = '';
159 $conf['remoteuser'] = '@grp,@grp2';
171 $conf['remoteuser'] = '@grp';
189 $conf['remoteuser'] = '!!not set!!';
198 $conf['remoteuser'] = '';
209 $conf['remoteuser'] = '';
243 $conf['remoteuser'] = '';
259 $conf['remoteuser'] = '';
[all …]
H A DJsonRpcServerTest.php21 $conf['remoteuser'] = '';
H A DXmlRpcServerTest.php18 $conf['remoteuser'] = '';
H A DApiCoreAclCheckTest.php42 $conf['remoteuser'] = '@user';
H A DApiCoreTest.php38 $conf['remoteuser'] = '@user';
/dokuwiki/inc/Remote/
H A DApi.php152 if (!$conf['remote'] || trim($conf['remoteuser']) == '!!not set!!') {
172 if (trim($conf['remoteuser']) === '') return; // all users are allowed
173 …if (auth_isMember($conf['remoteuser'], $INPUT->server->str('REMOTE_USER'), (array)($USERINFO['grps…
/dokuwiki/lib/plugins/usermanager/_test/
H A DRemoteApiTest.php34 $conf['remoteuser'] = 'umtestuser, admin';
/dokuwiki/conf/
H A Ddokuwiki.php69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma …
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php179 $meta['remoteuser'] = ['string'];