Re: ident inconsistency

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: ident inconsistency
Дата
Msg-id 20030104031508.GA1579@wolff.to
обсуждение исходный текст
Ответ на ident inconsistency  (Ron Peterson <rpeterso@mtholyoke.edu>)
Список pgsql-general
On Thu, Jan 02, 2003 at 23:49:43 -0500,
  Ron Peterson <rpeterso@mtholyoke.edu> wrote:
> ident authentication appears to work inconsistently between debian
> stable (7.2.1) and the 7.2.3 postgresql I installed from source on a Red
> Hat 7.3 machine.
>
> Debian doesn't require I run an ident server.  My pg_hba.conf contains:
>
> local all ident sameuser

The above uses domain sockets for connecting to the database and
getpeereuid is used to identify who is connecting.

>
> On the installation I compiled myself, that doesn't work.  Instead I
> must run an ident server, and do:
>
> host all 127.0.0.1 0.0.0.0 ident sameuser

The above uses the loopback interface and an ident server to obtain
who is connecting.

Both forms should be usable on either system.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: select distinct point?
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: select for update with left outer joins?