Re: converting to MD5

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: converting to MD5
Дата
Msg-id 41755B69.1030408@hogranch.com
обсуждение исходный текст
Ответ на converting to MD5  (owenn panng <trilogy@gmail.com>)
Список pgsql-jdbc
owenn panng wrote:
> Hi there, I was wondering what is needed to done on both the postgres
> & client side to connect via MD5.

with 7.4.x and 8, at least, you don't need to do anything special, the client
libraries take care of it transparently.   the pg_shadow file is created
automatically when you use
    ALTER USER username WITH ENCRYPTED PASSWORD 'password';

as a SQL statement.  (actually, it appears it uses $PGDATA/global/pg_pwd for
this if you don't specify anything else).


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: converting to MD5
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Avoiding explicit addDataType calls for PostGIS