phpPgAdmin
Posted: Wed Jan 12, 2011 1:20 pm
The VMware notes says phpPgAdmin should be installed on the image but I can't find it. There's phpMyAdmin but no phpPgAdmin?
Support for Nagios products and services
https://support.nagios.com/forum/
http://phppgadmin.sourceforge.net/?page=faqQ: For some users I get a "Login disallowed for security" message.
A: Logins via phpPgAdmin with no password or certain usernames (pgsql, postgres, root, administrator) are denied by default. Before changing this behaviour (setting $conf['extra_login_security'] to false in the config.inc.php file) please read the PostgreSQL documentation about client authentication and understand how to change PostgreSQL's pg_hba.conf to enable passworded local connections.
Q: For some users I get a "Login disallowed for security" message.
A: Logins via phpPgAdmin with no password or certain usernames (pgsql, postgres, root, administrator) are denied by default. Before changing this behaviour (setting $conf['extra_login_security'] to false in the config.inc.php file) please read the PostgreSQL documentation about client authentication and understand how to change PostgreSQL's pg_hba.conf to enable passworded local connections.