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.php121 $auth = $this->aclcheck($templatepage); // runas
167 $runas = $this->getConf('runas');
190 if ($runas) {
193 $_SERVER['REMOTE_USER'] = $runas;
198 //search checks acl (as runas)
227 if ($runas) {
258 * Note: wrt runas, for changelog are used:
406 $auth = $this->aclcheck($id); // runas
430 * Note: for runas th
[all...]
/plugin/bureaucracy/conf/
H A Dmetadata.php3 $meta['runas'] = array('string');
H A Ddefault.php3 $conf['runas'] = '';