updated adodb package to work with php 7.1
[openemr.git] / phpmyadmin / examples / swekey.sample.conf
blob49392bd94c120461c9ba649321cec7b0a5f264fa
1 # This is a typical file used to enable Swekey hardware authentication.
3 # To activate the Swekey authentication add the following line to your config.inc.php file.
4 #       $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
5 # Then rename this file "swekey-pma.conf" and copy it to the /etc directory.
6 # Add all the Swekey ids you want to grant access to in the file.
7 # After each Swekey id put the corresponding user name.
9 # If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
10 # while your Swekey is connected.
12 # If you need to purchase a Swekey please visit https://www.phpmyadmin.net/auth_key/
13 # since this link provides funding to PhpMyAdmin.
16 0000000000000000000000000000763A:root
17 000000000000000000000000000089E4:steve
18 0000000000000000000000000000231E:scott
21 # It is recommended to include the following lines to contact the
22 # authentication servers in SSL mode.
25 SERVER_CHECK=https://auth-check-ssl.musbe.net
26 SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net
27 SERVER_STATUS=https://auth-status-ssl.musbe.net
30 # The path of the root certificate file used to ensure a secure
31 # communication with the authentication servers in SSL mode.
32 # If not specified, will use musbe-ca.crt found in your
33 # phpMyAdmin/libraries/auth/swekey.
36 #CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt
39 # If your server receives many login requests, you can enable the random
40 # token caching to accelerate the authentication process.
41 # Token caching is enabled by default.
44 #ENABLE_TOKEN_CACHE=0