Re: Ident authentication SOLVED

Поиск
Список
Период
Сортировка
От Jarkko Elfving
Тема Re: Ident authentication SOLVED
Дата
Msg-id 1106585186.3197.16.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Ident authentication SOLVED  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: Ident authentication SOLVED
Список pgsql-general
On Mon, 2005-01-24 at 09:39 -0700, Michael Fuhr wrote:
> On Mon, Jan 24, 2005 at 06:35:36PM +0200, Jarkko Elfving wrote:
>
> > I did get it work, thanks for help.
>
> What was the solution?  It might be informative to people searching
> the list archives because they're having the same problem.
>

I just modify the pg_hba.conf file and set the method to trust and set
those lines into comments what I do not need or use. Like this:

# TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

# "local" is for Unix domain socket connections only
#local   all         all                               ident sameuser
local    all         all                               trust
# IPv4 local connections:
#host    all         all         127.0.0.1/32          ident sameuser
host     all         all         127.0.0.1/32          trust
# IPv6 local connections:
#host    all         all         ::1/128               ident sameuser

I do not now where this thought came, but that what Tom Lane says was
quite informatic. Thanks Tom Lane.
--
Jarkko Elfving <jarelf@ebaana.net>


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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Weird problem in 8.0.0
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: on update / on delete performance of foreign keys