Re: libpq / crypt / md5 question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq / crypt / md5 question
Дата
Msg-id 27854.1038595377@sss.pgh.pa.us
обсуждение исходный текст
Ответ на libpq / crypt / md5 question  (Mitch Vincent <mitch@doot.org>)
Ответы Re: libpq / crypt / md5 question  (Mitch Vincent <mitch@doot.org>)
Список pgsql-interfaces
Mitch Vincent <mitch@doot.org> writes:
> On the client side, am I responsible for making the password an MD5 
> hash, or does libpq take care of that on it's own?

libpq does it.  This is necessary, since the client shouldn't be
expected to know which way the password is to be encrypted on the wire.
The password given to libpq must always be cleartext.

> It seems that courier can only connect to the PG database when the auth 
> type is set to crypt in the pg_hba.conf file. This is somewhat strange

I suspect it means that courier is linked to an old version of libpq.
        regards, tom lane


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

Предыдущее
От: Mitch Vincent
Дата:
Сообщение: libpq / crypt / md5 question
Следующее
От: Mitch Vincent
Дата:
Сообщение: Re: libpq / crypt / md5 question