Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/acl/
H A Dremote.php21 'You are not allowed to access ACLs, superuser permission is required',
44 'You are not allowed to access ACLs, superuser permission is required',
66 'You are not allowed to access ACLs, superuser permission is required',
/dokuwiki/conf/
H A Dlocal.php.dist15 //$conf['superuser'] = 'joe';
H A Ddokuwiki.php60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
/dokuwiki/
H A Dinstall.php208 <label for="superuser"><?php echo $lang['i_superuser'] ?></label>
209 <input class="text" type="text" name="d[superuser]" id="superuser"
210 value="<?php echo $d['superuser'] ?>"/>
304 'superuser' => '',
324 $d['superuser'] = isset($d['superuser']) ? strtolower($d['superuser']) : "";
337 if (empty($d['superuser']) || ($d['superuser'] !
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser
67 // use superuser credentials
69 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
169 // force superuser bind if wanted and not bound as superuser yet
171 // use superuser credentials
173 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
358 // bind with the superuser ldap
360 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
/dokuwiki/inc/Extension/
H A DAdminPlugin.php110 * Return true for access only by admins (config:superuser) or false if managers are allowed as well
/dokuwiki/lib/plugins/extension/
H A Dadmin.php40 * @return bool true if only access for superuser, false is for superusers and moderators
/dokuwiki/lib/plugins/styling/
H A Dadmin.php25 * @return bool true if only access for superuser, false is for superusers and moderators
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpostgresql.php98 'STDIN','STDOUT','STORAGE','STRICT','STRIP','SUPERUSER',
/dokuwiki/inc/
H A Dauth.php573 // check superuser match
574 $ok = auth_isMember($conf['superuser'], $user, $groups);
727 //if user is superuser or in superusergroup return 255 (acl_admin)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php149 $meta['superuser'] = ['string', '_caution' => 'danger'];