Thread: [BUGS] BUG #14570: Validation error

[BUGS] BUG #14570: Validation error

From
adrian.mondaca13@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      14570
Logged by:          adrian mondaca
Email address:      adrian.mondaca13@gmail.com
PostgreSQL version: 9.6.2
Operating system:   Windows 8.1
Description:

Hello,

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.

I have reinstalled the program, in addition to installing the new operating
system, but the error continues.



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #14570: Validation error

From
Tom Lane
Date:
adrian.mondaca13@gmail.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


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs