Re: JDBC access with md5 password

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: JDBC access with md5 password
Дата
Msg-id Pine.NEB.4.51.0301291542230.5881@angelic.cynic.net
обсуждение исходный текст
Ответ на JDBC access with md5 password  ("Timothy A. DeWees" <tim@hcd.net>)
Ответы Re: JDBC access with md5 password  ("Timothy A. DeWees" <tim@hcd.net>)
Список pgsql-jdbc
On Fri, 24 Jan 2003, Timothy A. DeWees wrote:

> Can anyone help me on how to connect to the database via JDBC if I'm using
> md5 passwords?  Do I need to create the MD5 hash and send that as the
> password, or is there something I do with the driver before hand?

Yeah, there's something you need to do with the driver. Upgrade it to
the one from 7.3. :-) Then just send your usual password.

(The 7.2 JDBC drivers had a bug that, depending on localization settings,
could mess up the MD5 hashing.)

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC

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

Предыдущее
От: Matt Mello
Дата:
Сообщение: Unusable resultset
Следующее
От: Daniel Serodio
Дата:
Сообщение: Re: Requiring Ant 1.5 for build breaks JDK 1.1 compatibility