Re: Better auth errors from libpq

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Better auth errors from libpq
Дата
Msg-id 87fxo5u7ek.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Better auth errors from libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Better auth errors from libpq
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Joshua Drake <jd@commandprompt.com> writes:
>> I think something like:
>
>> psql: FATAL:  Ident authentication failed for user "root"
>> HINT: http://www.postgresql.org/docs/8.3/static/client-authentication.html
>
>> Would be nice.
...
>
> Or to put it even more baldly: this is not an area in which you can
> improve matters significantly with five minutes' thought and a one-line
> patch.  It would take some actual work.

Actually I think there is a problem with the original message that could be
improved. The problem is that "Ident" is a Postgres-specific term that a
newbie DBA is unlikely to understand. What's worse it's an ambiguous term that
is easily misunderstood to refer to the rfc1413 ident protocol which Postgres
might or might not be using.

I would suggest instead describing it using more generic terminology though
offhand I'm not sure what that would be. A detail line could include the
Postgres-specific authentication method which failed.

I do think it's true that the pg_hba setup is far more complex than it has to
be and that that's a bigger problem than a simple error message too.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about
EnterpriseDB'sPostgreSQL training!
 


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Move src/tools/backend/ to wiki
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Better auth errors from libpq