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 26 – 50 of 64) sorted by relevance

123

/dokuwiki/inc/
H A Ddefines.php8 * Auth Levels
9 * @file inc/auth.php
H A Dconfig_cascade.php71 'default' => DOKU_CONF . 'acl.auth.php'
74 'default' => DOKU_CONF . 'users.auth.php',
H A Dload.php37 'auth.php',
H A DAjax.php286 $AUTH = auth_quickaclcheck("$ns:*");
287 if ($AUTH >= AUTH_UPLOAD) {
294 if (isset($_FILES['qqfile']['tmp_name'])) $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
295 if ($INPUT->get->has('qqfile')) $res = media_upload_xhr($NS, $AUTH);
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 Dfarm.php138 'default' => DOKU_CONF . 'acl.auth.php'
141 'default' => DOKU_CONF . 'users.auth.php'
H A Dhtml.php720 /** @var AuthPlugin $auth */
721 global $auth;
774 if ($auth instanceof AuthPlugin) {
775 echo '<b>Auth backend capabilities:</b><pre>';
776 foreach ($auth->getCapabilities() as $cando) {
777 echo ' ' . str_pad($cando, 16) . ' => ' . (int)$auth->canDo($cando) . DOKU_LF;
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);
/dokuwiki/inc/Action/
H A DLogin.php11 * The login form. Actual logins are handled in inc/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/
H A Dinstall.php418 // create users.auth.php
420 # users.auth.php
441 $ok = $ok && fileWrite(DOKU_LOCAL . 'users.auth.php', $output);
443 // create acl.auth.php
445 # acl.auth.php
464 $ok = $ok && fileWrite(DOKU_LOCAL . 'acl.auth.php', $output);
472 // disable auth plugins til needed
538 'users' => DOKU_LOCAL . 'users.auth.php',
539 'auth' => DOKU_LOCAL . 'acl.auth
[all...]
H A Dfeed.php
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php31 /** @var AuthPlugin $auth */
32 global $auth;
61 $USERINFO = $auth->getUserData($user);
H A DSubscriberManager.php241 /** @var AuthPlugin $auth */
242 global $auth;
256 $userinfo = $auth->getUserData($user);
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css69 * Styles for auth forms
/dokuwiki/lib/plugins/acl/
H A Dremote.php
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/data/
H A Ddeleted.files113 lib/plugins/authmysql/auth.php
179 lib/plugins/authpgsql/auth.php
668 inc/auth/ad.class.php
669 inc/auth/basic.class.php
670 inc/auth/ldap.class.php
671 inc/auth/mysql.class.php
672 inc/auth/pgsql.class.php
673 inc/auth/plain.class.php
813 inc/auth/punbb.class.php
896 inc/auth/lda
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php16 * Set DokuWiki's local.protected.php auth setting to read
97 msg("AD Auth: PHP LDAP extension not found.", -1);
148 * Check user+password [required auth function]
179 * Return user info [required auth function]
402 Logger::debug("authad/auth.php getUserCount(): _adldap not set.");
594 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
616 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
650 msg('AD Auth: ' . $e->getMessage(), -1);
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php150 $auth = hexdec(substr($hex_sid, 4, 12));
151 $result = "$rev-$auth";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php101 $redis->auth($parsed['pass']);
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php45 * 'authtype' - as 'setting', input validated against a valid php file at expected location for auth files
51 * 'authtype' - as multichoice, selection constructed from the enabled auth plugins
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dnginx.php209 6 => array( // auth basic module
672 'auth',
687 49 => array( // Mail Auth module

123