I'm trying to enable our MySQL users to authenticate against our corporate user database via PAM (Kerberos). I can login with my credentials to our MySQL server with command line if I use "--enable-cleartext-plugin" in the command. If I try to login with phpMyAdmin I get the following information:
#2059 Cannot log in to the MySQL server
Is there a way to enable such plugin in phpMyAdmin without hacking any PHP files?
Thank you in advance!
For future reference: I fixed this by adding
in
/usr/share/phpMyAdmin/libraries/dbi/mysqli.dbi.lib.php
inside the functionPMA_DBI_real_connect
With
in
/etc/my.cnf