Re: phppgadmin 4.0.1

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: "P(dot)M" <pmdanger(at)yahoo(dot)com>
Subject: Re: phppgadmin 4.0.1
Date: 2006-06-17 15:10:26
Message-ID: 200606171110.27137.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 17 June 2006 07:09, P.M wrote:
> Hi,
>
> i run on Windows XP + apache + php + postgresql 8.1.
> When i try to log-in with phppgadmin, i have the following error message :
> "Login disallowed for security reasons."
>
> based on some info from internet, i've setup the following value : true to
> $conf['owned_only'] = true;
>
> but nothing changed.
> my login has a non blank password and therefore, i do not understand what
> could be the problem.
>

I find it almost impossible to believe you missed this, since it is right
above the setting you changed, but you need to modify the following:

// If extra login security is true, then logins via phpPgAdmin with no
// password or certain usernames (pgsql, postgres, root, administrator)
// will be denied. Only set this false once you have read the FAQ and
// understand how to change PostgreSQL's pg_hba.conf to enable
// passworded local connections.
$conf['extra_login_security'] = false;

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Constable 2006-06-17 16:06:28 MySQL insert() and instr() equiv
Previous Message P.M 2006-06-17 11:09:07 phppgadmin 4.0.1