Re: BUG #14570: Validation error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: adrian(dot)mondaca13(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14570: Validation error
Date: 2017-02-27 14:58:15
Message-ID: 23096.1488207495@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

adrian(dot)mondaca13(at)gmail(dot)com writes:
> Along with greeting, possible errors in postgres,
> This happens when the password created when starting the installation is
> validated, since once installed,
> Start the server and enter the validated password, but if you enter an
> incorrect password, it will be validated.
> Register an 8-character key and enter a key with fewer or different
> characters, they are validated in the same way.

There are many situations where the server wouldn't be checking a password
at all, for example if you have "trust" or "peer" authentication specified
in pg_hba.conf, or if you have a ~/.pgpass file set up to supply the
password. I suspect your problem is along that line.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-02-27 15:10:38 Re: Seems bug in postgres_fdw?
Previous Message Petr Jelinek 2017-02-27 14:18:44 Re: BUG #14571: 10.0 devel hang when create subscription