Re: PQconnectdbParams and encrypted password

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PQconnectdbParams and encrypted password
Дата
Msg-id 14941.1567173032@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PQconnectdbParams and encrypted password  (Dmitry Markman <dmarkman@mac.com>)
Ответы Re: PQconnectdbParams and encrypted password  (Dmitry Markman <dmarkman@mac.com>)
Список pgsql-interfaces
Dmitry Markman <dmarkman@mac.com> writes:
> I need some help with setting PQconnectdbParams key/value for encrypted password
> suppose I created user with the string
> create user foobar with encrypted password ‘md5f3c33545d22dbf811737afb8d0e85597’
> ...
>                 {"password", ??????????????},//I’d like to have here “md5f3c33545d22dbf811737afb8d0e85597”, but it
doesn’twork 

Pretty much the entire *point* of an encrypted password is that the
md5 hash is not sufficient to log in with.  You need the original
string.

            regards, tom lane



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

Предыдущее
От: Dmitry Markman
Дата:
Сообщение: PQconnectdbParams and encrypted password
Следующее
От: Dmitry Markman
Дата:
Сообщение: Re: PQconnectdbParams and encrypted password