/plugin/watchcycle/ |
H A D | helper.php | 30 global $auth; 31 if ($auth === null) return ''; 93 global $auth; 128 global $auth; 131 if ($auth === null) return $found; 153 global $auth; 154 if (!$auth) return []; 180 global $auth; 181 if ($auth === null) return false; 229 global $auth; [all …]
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
H A D | AWSTest.php | 23 private $auth; variable in Sabre\\HTTP\\Auth\\AWSTest 38 $result = $this->auth->init(); 57 $this->auth->init(); 58 $result = $this->auth->validate($secretKey); 80 $this->auth->init(); 81 $result = $this->auth->validate($secretKey); 108 $this->auth->init(); 136 $this->auth->init(); 167 $this->auth->init(); 201 $this->auth->init(); [all …]
|
H A D | DigestTest.php | 25 private $auth; variable in Sabre\\HTTP\\Auth\\DigestTest 59 $this->auth->init(); 61 $this->assertEquals($username, $this->auth->getUserName()); 62 $this->assertEquals(self::REALM, $this->auth->getRealm()); 89 $this->auth->init(); 100 $this->auth->init(); 108 $this->auth->setQOP(Digest::QOP_AUTHINT); 129 $this->auth->init(); 158 $this->auth->init(); 167 $this->auth->requireLogin(); [all …]
|
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/ |
H A D | ServiceAccountCredentials.php | 73 protected $auth; variable in Google\\Auth\\Credentials\\ServiceAccountCredentials 150 $this->auth = new OAuth2([ 213 $key = $this->auth->getIssuer() . ':' . $this->auth->getCacheKey(); 214 if ($sub = $this->auth->getSub()) { 230 : $this->auth->getLastReceivedToken(); 265 if ($this->auth->getScope()) { 293 $this->auth->getScope() 307 $this->auth->setSub($sub); 320 return $this->auth->getIssuer(); 339 if ($this->auth->getAdditionalClaims()) { [all …]
|
H A D | ServiceAccountJwtAccessCredentials.php | 48 protected $auth; variable in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials 94 $this->auth = new OAuth2([ 120 $scope = $this->auth->getScope(); 125 $this->auth->setAudience($authUri); 139 $audience = $this->auth->getAudience(); 140 $scope = $this->auth->getScope(); 151 $access_token = $this->auth->toJwt(); 154 $this->auth->setAccessToken($access_token); 164 return $this->auth->getCacheKey(); 172 return $this->auth->getLastReceivedToken(); [all …]
|
H A D | UserRefreshCredentials.php | 42 protected $auth; variable in Google\\Auth\\Credentials\\UserRefreshCredentials 87 $this->auth = new OAuth2([ 114 return $this->auth->fetchAuthToken($httpHandler); 122 return $this->auth->getClientId() . ':' . $this->auth->getCacheKey(); 130 return $this->auth->getLastReceivedToken();
|
/plugin/autogroup/ |
H A D | action.php | 83 global $auth; 84 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) { 101 global $auth; 107 $oldinfo = $auth->getUserData($user); 143 if ($auth->triggerUserMod('modify', array($user, $changes))) { 162 global $auth; 163 if (!$auth || !$auth->canDo('getUsers') || !$auth->canDo('modGroups')) { 170 $userCount = $auth->getUserCount(); 171 $userData = $auth->retrieveUsers(0, $userCount, array());
|
/plugin/recommend/helper/ |
H A D | mail.php | 70 global $auth; 71 if (!$auth->canDo('getUsers')) { 75 $users = $auth->retrieveUsers(0, 0, ['grps' => substr($recipient, 1)]); 89 global $auth; 90 $user = $auth->getUserData($recipient); 107 global $auth; 108 if (!$auth->canDo('getUsers')) { 112 $user = $auth->retrieveUsers(0, 1, ['mail' => $mail]);
|
/plugin/authsplit/ |
H A D | README | 12 authsplit, while technically being an auth plugin, does NOT do any 14 method calls among TWO other auth plugins that will do the actual work: 24 particularly useful auth plugin with an auth plugin that is more powerful, yet 68 information from the SECONDARY auth plugin. 100 auth plugin will be silently ignored. 115 come from the PRIMARY auth plugin. 131 the SECONDARY auth plugin knows empty ones only. 185 **: If supported by the auth plugin 188 auth plugin with authmysql as SECONDARY auth plugin: 190 conf/users.auth.php file. [all …]
|
/plugin/authplaincas/ |
H A D | action.php | 50 global $auth; 79 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) { 88 global $auth; 89 $auth->logIn(); 107 global $ACT, $auth, $USERINFO, $MSG; 112 !($auth && $auth->canDo('modPass') && actionOK('resendpwd'))
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | BindRequest.php | 106 $auth = $type->getChild(2); 108 if ($version === null || $name === null || $auth === null) { 117 if ($auth->getTagNumber() !== 0) { 120 $auth->getTagNumber() 123 $auth = (string) $auth->getValue(); 125 if ($auth === '') { 128 return new SimpleBindRequest($name, $auth, $version);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | SimplePluginTest.php | 156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV'); 157 $server->addPlugin($auth); 160 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response()); 183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV'); 184 $server->addPlugin($auth); 187 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response()); 260 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV'); 261 $server->addPlugin($auth); 264 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response()); 314 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV'); [all …]
|
/plugin/ckgdoku/scripts/ |
H A D | add_v_animal.sh | 22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php} 42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php 46 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
|
H A D | addanimal.sh | 28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php} 49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php 53 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
|
/plugin/ckgedit/scripts/ |
H A D | add_v_animal.sh | 22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php} 42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php 46 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
|
H A D | addanimal.sh | 28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php} 49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php 53 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
|
/plugin/pureldap/_test/ |
H A D | auth.test.php | 28 $auth = new \auth_plugin_pureldap(); 29 $this->assertTrue($auth->checkPass('a.legrand', 'Foo_b_ar123!')); 30 $this->assertFalse($auth->checkPass('a.legrand', 'wrong password')); 39 $auth = new \auth_plugin_pureldap(); 40 $this->assertTrue($auth->checkPass('a.legrand', 'sso-only'));
|
/plugin/approve/ |
H A D | admin.php | 75 global $auth; 122 $user = $auth->getUserData($approver); 136 if ($auth->canDo('getUsers')) { 139 if ($auth->canDo('getGroups')) { 140 foreach($auth->retrieveGroups() as $group) { 144 foreach($auth->retrieveUsers() as $login => $data) { 150 if (!$auth->canDo('getGroups')) {
|
/plugin/sneakyindexfix/ |
H A D | action.php | 44 global $auth; 52 if(!$auth) return AUTH_NONE; 57 if(!$auth->isCaseSensitive()) { 61 $user = auth_nameencode($auth->cleanUser($user)); 62 $groups = array_map(array($auth, 'cleanGroup'), (array) $groups); 86 if(!$auth->isCaseSensitive() && $acl[1] !== '@ALL') {
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 3 * This is an example configuration for the mysql auth module. 26 $conf['auth']['mysql']['server'] = ''; 27 $conf['auth']['mysql']['user'] = ''; 28 $conf['auth']['mysql']['password'] = ''; 29 $conf['auth']['mysql']['database'] = ''; 34 $conf['auth']['mysql']['debug'] = 0; 41 $conf['auth']['mysql']['forwardClearPass'] = 0; 66 $conf['auth']['mysql']['checkPass'] = "SELECT pass 129 $conf['auth']['mysql']['SortOrder'] = "ORDER BY login"; 182 $conf['auth']['mysql']['getUserID'] = "SELECT uid AS id [all …]
|
/plugin/forceuserchange/ |
H A D | action.php | 80 global $USERINFO, $auth, $INPUT; 84 $uinfo = $auth->getUserData($user); 105 global $auth; 117 $auth->triggerUserMod('modify', array($user, array('grps'=>$grps))); 122 $auth->triggerUserMod('modify', array($user, array('grps'=>$grps))); 130 global $auth, $INPUT; 140 if (!$auth->canDo('external') && $auth->checkPass($user, $pass)){
|
/plugin/oauth/ |
H A D | OAuthManager.php | 185 global $auth; 204 $userdata['user'] = $auth->cleanUser((string)$userdata['user']); 216 $userdata['grps'] = array_map([$auth, 'cleanGroup'], (array)$userdata['grps']); 234 global $auth; 237 $localUser = $auth->getUserByEmail($userdata['mail']); 239 $localUserInfo = $auth->getUserData($localUser); 244 if (!in_array($auth->cleanGroup($servicename), $localUserInfo['grps'])) { 256 $auth->getConf('overwrite-groups') 263 $auth->modifyUser($localUser, $userdata); 265 } elseif (actionOK('register') || $auth->getConf('register-on-auth')) { [all …]
|
/plugin/openid/ |
H A D | action.php | 144 if ($auth && $auth->canDo('addUser') && actionOK('register')) { 162 if (!$auth) { 172 $auth->addExtension($e); 181 $url = $auth->redirectURL(DOKU_URL, $return_to); 239 global $auth, $ID; 258 if ($auth && $auth->canDo('addUser') && actionOK('register')) { 356 global $USERINFO, $auth, $conf; 359 $users = $auth->retrieveUsers(); 405 if(!$auth->canDo('addUser')) return false; 454 global $USERINFO, $INFO, $conf, $auth; [all …]
|
/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | Bearer.php | 29 $auth = $this->request->getHeader('Authorization'); 31 if (!$auth) { 35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') { 39 return substr($auth, 7);
|
/plugin/davcal/vendor/sabre/http/lib/Auth/ |
H A D | Bearer.php | 29 $auth = $this->request->getHeader('Authorization'); 31 if (!$auth) { 35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') { 39 return substr($auth, 7);
|