/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/ |
H A D | UserPasswordTrait.php | 12 private $authentication = ['user' => null, 'password' => null]; variable 16 return $this->authentication; 20 * @param array{ user?: string|null, password?: string|null, } $authentication 22 private function setAuthentication(array $authentication): void argument 24 if (!empty($authentication)) { 25 $this->authentication['user'] = $authentication['user'] ?? null; 26 $this->authentication['password'] = $authentication['password'] ?? null; 32 return $this->authentication['use [all...] |
H A D | Path.php | 27 * @param array{ user?: string|null, password?: string|null, } $authentication 29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument 32 $this->setAuthentication($authentication);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | CVSS.php | 33 public $authentication; variable in Google\\Service\\OnDemandScanning\\CVSS 102 public function setAuthentication($authentication) argument 104 $this->authentication = $authentication; 111 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | CVSS.php | 33 public $authentication; variable in Google\\Service\\ContainerAnalysis\\CVSS 102 public function setAuthentication($authentication) argument 104 $this->authentication = $authentication; 111 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
H A D | GoogleApiServiceusageV1ServiceConfig.php | 65 public function setAuthentication(Authentication $authentication) argument 67 $this->authentication = $authentication; 74 return $this->authentication;
|
H A D | GoogleApiService.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authhttp/ |
H A D | README | 2 authhttp DokuWiki HTTP authentication plugin 15 your webserver to perform some sort of authentication (eg. HTTP Basic or 16 NTLM authentication). In that case, the Webserver provides a user's 21 supplied those through the login form. It will perform authentication using 30 authentication. 38 between the HTTP authentication (which might eg. use an old password) and 43 your Webserver's HTTP authentication has been set up. 47 DokuWiki (without this plugin) is the only entity doing actual authentication. 53 did the authentication and essentially annuls DokuWiki's own authentication b [all...] |
/plugin/authremoteuser/ |
H A D | README.md | 5 target="_blank">plugin</a> provides Single Sign On authentication via an 6 environment variable of the web server which is set through authentication 26 1. Enable an authentication system which sets (domain and) username in an 28 anonymous authentication) on your web server. 39 1. Determine the variable name your authentication system uses: 43 2. If your authentication system uses another variable name notice this 58 authentication system. 76 5. If your authentication system doesn't use variable name `REMOTE_USER`
|
H A D | plugin.info.txt | 6 …c Provides Single Sign On authentication via an environment variable of the web server which is …
|
/plugin/authshibboleth/ |
H A D | README.md | 9 …ports different authentication plugins and it is easy to write an alternative authentication plugi… 13 …authentication structure - _authentication backends_. In case you have an older version and you do… 47 Now, in most cases, the Shibboleth authentication should work out-of-the-box. But if that is not th…
|
/plugin/authldaplocal/ |
H A D | README.md | 1 # LDAP+local authentication backend for Dokuwiki 4 … in Dokuwiki´s plain text files and still use the corporate LDAP for authentication so your contri… 7 …authentication backend. And I did file a wishlist bug for inclusion of that patch into Dokuwiki ba… 12 This authentication backend is published under the GPL V2. 20 Mark 'Use Access Control Lists', select 'authldaplocal' as the authentication backend and configure… 47 Reuse of code from other authentication backends has to be improved.
|
/plugin/authsplit/ |
H A D | plugin.info.txt | 5 name Split authentication Auth plugin 6 desc Splits DokuWiki authentication among auth plugins
|
/plugin/authucenter/ |
H A D | plugin.info.txt | 5 name Ucenter authentication plugin 6 desc Provides authentication against a Discuz with Ucenter backend
|
/plugin/authdjango/ |
H A D | plugin.info.txt | 5 name Django authentication plugin 6 desc Allows for authentication using a django session
|
/plugin/authwordpress/ |
H A D | plugin.info.txt | 5 name WordPress authentication plugin 6 desc Provides authentication against a WordPress MySQL database backend
|
/plugin/authchained/ |
H A D | plugin.info.txt | 6 desc Delegates authentication to multiple different authentication plugins
|
/plugin/shibbolethauth/lang/en/ |
H A D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses Shibboleth. 6 the authentication type, and fill the fields matching to configure the plugin shibbolethauth.
|
/plugin/fblogin/lang/en/ |
H A D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses Facebook. 6 the authentication type, and fill the fields matching to configure the plugin fblogin.
|
/plugin/twofactor/lang/en/ |
H A D | optout.txt | 1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by configuring one or more of the mechanisms below. 3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-factor authentication later.
|
/plugin/sympaauth/lang/en/ |
H A D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses the soap frontend of a… 5 …his backend, you must go to the configuration plugin page, and select "sympa" as the authentication
|
/plugin/authgoogle2fa/ |
H A D | README.md | 3 DokuWiki authentication plugin to implement Google Authenticator 2FA. 13 * Whether you want to enable two-factor authentication or not...
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
H A D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authdrupal8/ |
H A D | README.md | 17 Dokuwiki MySQL authentication backend by 27 DokuDrupal Drupal 7.x/MySQL authentication backend by 43 **Before** setting your authentication mode to ```authdrupal8``` you should think about the following: 47 Easiest way is to go to Admin panel/Config/authentication section Security settings and here select :
|