diff --git a/Documentation.html b/Documentation.html index 2f0aafaa1a..9f25de79b4 100644 --- a/Documentation.html +++ b/Documentation.html @@ -559,7 +559,7 @@ $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf'; You then have to create the swekey.conf file that will associate each user with their Swekey Id. It is important to place this file outside of your web server's document root (in the example, it is located in /etc). A self documented sample file is provided -in the contrib directory. Feel free to use it with your own +in the examples directory. Feel free to use it with your own users' information.

If you want to purchase a Swekey please visit http://phpmyadmin.net/auth_key @@ -770,9 +770,9 @@ since this link provides funding for phpMyAdmin. session data or using supplied PHP script. This is useful for implementing single signon from another application. - Sample way how to seed session is in signon example: scripts/signon.php. - There is also alternative example using OpenID - scripts/openid.php and - example for scripts based solution - scripts/signon-script.php. + Sample way how to seed session is in signon example: examples/signon.php. + There is also alternative example using OpenID - examples/openid.php and + example for scripts based solution - examples/signon-script.php. You need to configure signon. The script needs to provide function get_login_credentials which returns list of username and password, accepting single parameter of existing username (can be empty). - See scripts/signon-script.php for an example. + See examples/signon-script.php for an example.
$cfg['Servers'][$i]['SignonSession'] string
Name of session which will be used for signon authentication method. diff --git a/contrib/README b/contrib/README deleted file mode 100644 index ac8ef6c8af..0000000000 --- a/contrib/README +++ /dev/null @@ -1,20 +0,0 @@ -phpMyAdmin Third Party Contributions -==================================== - -This directory contains various stuff contributed by users that might be -useful to other. There is no guarantee it will work for you. - -Current content of this directory: - -packaging - Contains files needed for creating packages for various - distributions. Please prefer official packages from your vendor if - possible. - -swekey.sample.conf - SweKey authentication configuration example. - -htaccess - Sample Apache configuration for limit access for bots. - -# vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php new file mode 100644 index 0000000000..d006cde699 --- /dev/null +++ b/examples/config.manyhosts.inc.php @@ -0,0 +1,43 @@ +