Setting http auth type in phpMyAdmin on Debian
Posted
by
Daniel Hollands
on Server Fault
See other posts from Server Fault
or by Daniel Hollands
Published on 2012-03-28T10:28:59Z
Indexed on
2012/03/28
11:32 UTC
Read the original article
Hit count: 222
debian
I'm trying to set-up the fresh phpMyAdmin install on my Debian 6 server to use http authentication rather than the cookie based auth that is default when it is installed.
To do this, I edited the $cfg['Servers'][$i]['auth_type']
line to use 'http'
as its setting in /etc/phpmyadmin/config.inc.php
, and restarted the server, but the setting seems to be being ignored, as when I goto phpmyadmin, it is still offering up the regular login box.
I've done this twice before (once on debian and once on ubuntu), so I'm not sure why it isn't working this time.
Thank you
© Server Fault or respective owner