Searched +full:remoteuser -(+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
152 if (!$conf['remote'] || trim($conf['remoteuser']) == '!!not set!!') {172 if (trim($conf['remoteuser']) === '') return; // all users are allowed173 if (auth_isMember($conf['remoteuser'], $INPUT->server->str('REMOTE_USER'), (array)($USERINFO['grps'] ?? []))) {
69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users
179 $meta['remoteuser'] = ['string'];