ident inconsistency

Поиск
Список
Период
Сортировка
От ron.peterson@yellowbank.com
Тема ident inconsistency
Дата
Msg-id 20030102182841.GA5195@yellowbank.com
обсуждение исходный текст
Ответы Re: ident inconsistency  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-general
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

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

(Additionally, the RH7.3 pidentd RPM returns an encrypted response by
default.  That needs to be turned off by editing /etc/pidentd.conf)

I know that at one time debian provided a 'peer' authentication
mechanism.  I thought that had been absorbed in the main distribution,
and renamed 'ident' to prevent confusion.

Personally, I prefer debian's operation.  The only reason I'd use ident
authentication would be to authenticate on the local machine - in which
case running an ident server and connecting via localhost should be
unneccessary, no?

In any case, I think it would be nice if the config files worked in a
consistent fashion - either by adopting a single unified approach, or by
re-introducing the 'peer' keyword.

--
Ron Peterson                   -o)
87 Taylor Street               /\\
Granby, MA  01033             _\_v
https://www.yellowbank.com/   ----

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

Предыдущее
От: "mark carew"
Дата:
Сообщение: Re: Thanks! Got it! All's OK now! was: Is postgresql download still working?
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: [HACKERS] Cast your vote ...