Server IP : 127.0.0.2 / Your IP : 3.17.157.68 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/phpmyadmin/examples/ |
Upload File : |
# 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