Re: [BUGS] BUG #14570: Validation error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14570: Validation error
Дата
Msg-id 23096.1488207495@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14570: Validation error  (adrian.mondaca13@gmail.com)
Список pgsql-bugs
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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [BUGS] BUG #14571: 10.0 devel hang when create subscription
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Seems bug in postgres_fdw?