Re: BUG #6687: initdb -A ident can almost never be correct - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6687: initdb -A ident can almost never be correct
Date
Msg-id 20979.1339453664@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #6687: initdb -A ident can almost never be correct  (David Fetter <david@fetter.org>)
List pgsql-bugs
David Fetter <david@fetter.org> writes:
> Interface wouldn't change.  Instead, it would check for your
> once-in-a-blue-moon scenario of identd answering on the network and
> error out if it didn't fine same.

This is nonsense.  As Magnus said, localhost is the one case where
identd *can* be trusted.  There is no reason that we should discriminate
against that case.

It also does not seem to me like a good plan to insist that identd be
running at the same instant initdb runs; it's not hard to think of
installation scenarios where that won't be true.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: JDBC Driver can't read UUID from database
Next
From: Tom Lane
Date:
Subject: Re: 9.2 beta2 - pg_ctl crashes on Win32 when neither PGDATA nor -D specified