Re: Pg_hba not using local setting

Поиск
Список
Период
Сортировка
От James Hall
Тема Re: Pg_hba not using local setting
Дата
Msg-id EE80A67DD80E304DA779C72BC9FA999604840933@ntmailo.dhcp.tandy.com
обсуждение исходный текст
Ответ на Pg_hba not using local setting  (James Hall <James.Hall@RadioShack.com>)
Список pgsql-general
I thought I may be confused.

I am using RH 7.1(apache) and perl.

Thanks,
-jim


-----Original Message-----
From: Doug McNaught [mailto:doug@mcnaught.org]
Sent: Friday, March 14, 2003 12:49 PM
To: James Hall
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Pg_hba not using local setting


James Hall <James.Hall@RadioShack.com> writes:

> Thanks for your response.
>
> I changed pg_hba.conf to include the server ip address as shown below:
> ---
> Local        all        trust
> Host        all        123.456.789.10        255.255.255.0
> password
> ---
>
> But still have the same result (users can login with any password if
> local is set to trust). The web server is on the same machine as the
> database, no java used.
>
> Did I misunderstand your comment regarding telling the webserver to
> connect using an IP address?

Yes.

You need to set the webapp's database config to make it connect to an IP
address instead of using the Unix socket (which it does by default for
same-machine connections).  I can't tell you how to do this because you
haven't said what language/app server you're using for the website.

-Doug

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: The folding of unquoted names to lower case in PostgreSQL
Следующее
От: Rob Storrs
Дата:
Сообщение: Scope Problem with Execute?