Re: converting to MD5

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: converting to MD5
Дата
Msg-id Pine.BSO.4.56.0410191308040.32539@leary.csoft.net
обсуждение исходный текст
Ответ на converting to MD5  (owenn panng <trilogy@gmail.com>)
Список pgsql-jdbc

On Tue, 19 Oct 2004, owenn panng wrote:

> I can generate the same password that matches the one stored in
> pg_shadow.  So how do I specify that the password I am sending is in
> MD5?  Any help would be appreciated.

You don't.  The JDBC driver sends the database and user name it wants to
connect to to the server.  The server sends back the password format to
use (if any) and the driver responds with the password in that format.  So
there's nothing you need to do, you just specify the password in plain
text as normal.

Kris Jurka

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

Предыдущее
От: owenn panng
Дата:
Сообщение: converting to MD5
Следующее
От: John R Pierce
Дата:
Сообщение: Re: converting to MD5