Re: Postgres Pain Points: 1 pg_hba conf

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Postgres Pain Points: 1 pg_hba conf
Дата
Msg-id CAMkU=1yYeW2CYoJCxrsD-d8gCCXZ6_5=x8nhbW+nkLtVvWwrFQ@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres Pain Points: 1 pg_hba conf  (support-tiger <support@tigernassau.com>)
Ответы Re: Postgres Pain Points: 1 pg_hba conf  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On Thu, Aug 11, 2016 at 10:04 AM, support-tiger <support@tigernassau.com> wrote:
> We have always been impressed with the Postgres project and team. The whole
> hybrid SQL / JSONB functionality rocks.  The scalability rocks.  The speed
> and stability rock.  At the command line, Postgres rocks.  But in
> applications we have had some real, and not improving pain points:
>
> #1) pg_hba conf
> Out of the box the md5 setting blocks access.

That depends on which box you got it out of.  If you compile the
source yourself, its default settings are 'trust', not 'md5'.

If you get it from a repository, it is up to the repository's policies
and/or the packager's tastes to decide what defaults to use.

In my hands, md5 blocks access exactly when it should, when the user
fails to provide the valid password.

If you want things to be improved, you will have to be more specific
about what problem you are having, and what package you are using.


Cheers,

Jeff


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: Updated RUM-index and support for bigint as part of index
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Postgres Pain Points 2 ruby / node language drivers