Home
last modified time | relevance | path

Searched refs:auth (Results 26 – 32 of 32) sorted by relevance

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css69 * Styles for auth forms
/dokuwiki/inc/
H A Dhtml.php720 /** @var AuthPlugin $auth */
721 global $auth;
774 if ($auth instanceof AuthPlugin) {
776 foreach ($auth->getCapabilities() as $cando) {
777 echo ' ' . str_pad($cando, 16) . ' => ' . (int)$auth->canDo($cando) . DOKU_LF;
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);
/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/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/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/conf/
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth plugin.

12