Home
last modified time | relevance | path

Searched +full:runas +(+path:plugin +path:bureaucracy) -(+path:plugin +path:bureaucracy +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/bureaucracy/helper/
H A Daction.php99 * Returns ACL access level of the user or the (virtual) 'runas' user
105 $runas = $this->getConf('runas');
107 if($runas) {
108 $auth = auth_aclcheck($id, $runas, array());
H A Dactiontemplate.php122 $auth = $this->aclcheck($templatepage); // runas
168 $runas = $this->getConf('runas');
191 if ($runas) {
194 $_SERVER['REMOTE_USER'] = $runas;
199 //search checks acl (as runas)
228 if ($runas) {
259 * Note: wrt runas, for changelog are used:
407 $auth = $this->aclcheck($id); // runas
431 * Note: for runas the values of the real user are used for the placeholders
/plugin/bureaucracy/conf/
H A Dmetadata.php3 $meta['runas'] = array('string');
H A Ddefault.php3 $conf['runas'] = '';