Re: IDENT and pg_hda.conf

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: IDENT and pg_hda.conf
Дата
Msg-id 20040130161555.GB12848@wolff.to
обсуждение исходный текст
Ответ на IDENT and pg_hda.conf  (Susemail <susemail@hawaii.rr.com>)
Список pgsql-general
On Thu, Jan 29, 2004 at 23:39:23 -1000,
  Susemail <susemail@hawaii.rr.com> wrote:
> Is this good advice?
>
> IDENT Authentication failed for user "postgres"
>
> This error has everything to do with the way distros set up access rights for
> postgres. They are way too restrictive and leave you wondering what to do
> next.
>
> Do yourself a favour and change authentication type in pg_hba.conf to
>
>  local           all              trust
>
> until you have figured out what all this stuff in pg_hba.conf does. Read about
> the different authentication settings and change them as you see fit. It is
> all described in detail in pg_hba.conf

If only trusted users have access to the server, this is a reasonable way
to start off while learning things. Generally using ident for local access
is the way to go unless you are using OS where it doesn't work.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: I can't upgrade to PostgreSQL 7.4 in RedHat 9.0
Следующее
От: "Rick Gigger"
Дата:
Сообщение: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL