Home
last modified time | relevance | path

Searched +full:auth -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 64) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php8 * DokuWiki Plugin authpdo (Auth Component)
/dokuwiki/lib/plugins/acl/
H A Dadmin.php63 global $auth;
90 $this->who = '@' . ltrim($auth->cleanGroup($who), '@');
94 $this->who = $auth->cleanUser($this->who);
152 $who = '@' . ltrim($auth->cleanGroup($who), '@');
155 $who = $auth->cleanUser($who);
440 global $auth;
462 $info = $auth->getUserData($user);
727 * adds new acl-entry to conf/acl.auth.php
750 * remove acl-entry from conf/acl.auth.php
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php134 /** @var $auth DokuWiki_Auth_Plugin */
135 global $auth;
221 if ($auth instanceof AuthPlugin && $auth->canDo('getUserCount')) {
222 $data['user_count'] = $auth->getUserCount();
/dokuwiki/inc/
H A Dtemplate.php1415 global $AUTH;
1444 media_filelist($NS, $AUTH, $JUMPTO, false, $sort);
1446 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1465 global $AUTH;
1492 media_tab_files($NS, $AUTH, $JUMPTO);
1494 media_tab_upload($NS, $AUTH, $JUMPTO);
1496 media_tab_search($NS, $AUTH);
H A Dcommon.php187 // if some outside auth were used only REMOTE_USER is set
1661 /** @var AuthPlugin $auth */
1662 global $auth;
1697 if ($auth instanceof AuthPlugin) {
1698 $info = $auth->getUserData($username);
1721 if (!isset($info) && $auth instanceof AuthPlugin) {
1722 $info = $auth->getUserData($username);
H A Dinfoutils.php238 msg('conf/users.auth.php is writable', 1);
240 msg('conf/users.auth.php is not writable', 0);
431 global $INFO, $auth;
437 if (!$auth instanceof AuthPlugin) return false;
586 if (preg_match('/(notify|pass|auth|secret|ftp|userinfo|token|buid|mail|proxy)/i', $key)) {
H A DPassHash.php518 * @link http://docs.djangoproject.com/en/dev/topics/auth/#passwords
536 * @link http://docs.djangoproject.com/en/dev/topics/auth/#passwords
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Derlang.php100 'array', 'asn1ct', 'asn1rt', 'auth', 'base64', 'beam_lib', 'c',
H A Dnginx.php209 6 => array( // auth basic module
672 'auth',
687 49 => array( // Mail Auth module
H A Djava5.php938 90 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/{FNAME}.html',
939 91 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/callback/{FNAME}.html',
940 92 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/kerberos/{FNAME}.html',
941 93 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/login/{FNAME}.html',
942 94 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/spi/{FNAME}.html',
943 95 => 'http://docs.oracle.com/javase/7/docs/api/javax/security/auth/x500/{FNAME}.html',
/dokuwiki/lib/exe/
H A Dmanifest.php8 if (!defined('NOSESSION')) define('NOSESSION', true); // no session or auth required here
H A Dmediamanager.php41 $AUTH = $INFO['perm']; // shortcut for historical reasons variable
52 if ($AUTH < AUTH_READ && !$fullscreen) {
60 $JUMPTO = media_upload($NS, $AUTH);
87 $JUMPTO = media_upload($NS, $AUTH);
93 $JUMPTO = media_metasave($IMG, $AUTH, $INPUT->arr('meta'));
97 $JUMPTO = media_metasave($IMG, $AUTH, $INPUT->arr('meta'));
103 $JUMPTO = media_restore($INPUT->str('image'), $REV, $AUTH);
110 $res = media_delete($DEL, $AUTH);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css69 * Styles for auth forms
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php31 $options->registerCommand('add', 'Add an user to auth backend');
40 $options->registerCommand('delete', 'Deletes user(s) from auth backend');
59 /** @var AuthPlugin $auth */
60 global $auth;
62 if (!$auth instanceof AuthPlugin) {
98 /** @var AuthPlugin $auth */
99 global $auth;
101 if (!$auth->canDo('getUsers')) {
118 /** @var AuthPlugin $auth */
119 global $auth;
[all...]
H A Dadmin.php13 * objectified version of auth system
27 protected $auth; // auth object
44 /** @var AuthPlugin $auth */
45 global $auth;
49 if (!$auth instanceof AuthPlugin) {
51 } elseif (!$auth->canDo('getUsers')) {
55 $this->auth = &$auth;
73 if (!is_null($this->auth))
22 protected $auth = null; // auth object global() variable in admin_plugin_usermanager
[all...]
/dokuwiki/conf/
H A Dacl.auth.php.dist1 # acl.auth.php
10 # If your auth backend allows special char like spaces in groups
H A Dusers.auth.php.dist1 # users.auth.php
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth plugin.
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php31 /** @var AuthPlugin $auth */
32 global $auth;
61 $USERINFO = $auth->getUserData($user);
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/info/
H A Dsyntax.php98 $this->renderPlugins('auth', $renderer);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php16 // retrieve auth types provided by plugins
17 foreach ($plugin_controller->getList('auth') as $plugin) {
36 $auth_plugin = $plugin_controller->load('auth', $input);
41 msg('Cannot load Auth Plugin "' . $input . '"', -1);
48 msg('Cannot create Auth Plugin "' . $input . '"', -1);
52 // did we change the auth type? logout
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php164 // never allow deinstalling the current auth plugin:
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1024 protected $auth = [];
2220 $this->auth[] = func_get_args();
3110 'auth-agent-req@openssh.com',
3444 if (!empty($this->auth)) {
3470 foreach ($this->auth as $auth) {
3471 $result = $this->login(...$auth);
3902 case 'auth-agent':
3903 case 'auth-agent@openssh.com':
1002 var $auth = array(); global() variable in phpseclib\\Net\\SSH2
/dokuwiki/inc/Remote/
H A DApiCore.php137 /** @var AuthPlugin $auth */
138 global $auth;
141 if (!$auth instanceof AuthPlugin) return 0;
145 if ($auth->canDo('external')) {
146 $ok = $auth->trustExternal($user, $pass, false);
174 global $auth;
176 if (!$auth instanceof AuthPlugin) return 0;
210 /** @var AuthPlugin $auth */
211 global $auth;
219 $userinfo = $auth
[all...]

123