Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchintan zaveri <zaveri_chintan@rediff.com>2016-02-05 15:45:42 +0300
committerChintan Zaveri <zaveri_chintan@rediff.com>2016-02-20 19:11:07 +0300
commit2b74163914a675198c0b27446ad24099f9f27d3b (patch)
tree3e471abc15d2187bf301c94e77ac8c1fc9a88080 /examples
parentac9714cf6ab20b31a8375b13014fd77ebacd7b56 (diff)
Removal of Swekey
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com> master rebased Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/swekey.sample.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/examples/swekey.sample.conf b/examples/swekey.sample.conf
deleted file mode 100644
index 49392bd94c..0000000000
--- a/examples/swekey.sample.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is a typical file used to enable Swekey hardware authentication.
-#
-# To activate the Swekey authentication add the following line to your config.inc.php file.
-# $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
-# Then rename this file "swekey-pma.conf" and copy it to the /etc directory.
-# Add all the Swekey ids you want to grant access to in the file.
-# After each Swekey id put the corresponding user name.
-#
-# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
-# while your Swekey is connected.
-#
-# If you need to purchase a Swekey please visit https://www.phpmyadmin.net/auth_key/
-# since this link provides funding to PhpMyAdmin.
-#
-
-0000000000000000000000000000763A:root
-000000000000000000000000000089E4:steve
-0000000000000000000000000000231E:scott
-
-#
-# It is recommended to include the following lines to contact the
-# authentication servers in SSL mode.
-#
-
-SERVER_CHECK=https://auth-check-ssl.musbe.net
-SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net
-SERVER_STATUS=https://auth-status-ssl.musbe.net
-
-#
-# The path of the root certificate file used to ensure a secure
-# communication with the authentication servers in SSL mode.
-# If not specified, will use musbe-ca.crt found in your
-# phpMyAdmin/libraries/auth/swekey.
-#
-
-#CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt
-
-#
-# If your server receives many login requests, you can enable the random
-# token caching to accelerate the authentication process.
-# Token caching is enabled by default.
-#
-
-#ENABLE_TOKEN_CACHE=0