Re: Manually authenticating users in pg_shadow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Manually authenticating users in pg_shadow
Дата
Msg-id 5543.1075256978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Manually authenticating users in pg_shadow  ("William Harazim" <wharazim@fulcoinc.com>)
Список pgsql-general
"William Harazim" <wharazim@fulcoinc.com> writes:
> Ahh, the password || username format of the stored password was the problem. Incidentally, for anyone else not having
themd5() function (is that new to 7.5dev?) I was able to accomplish the same thing using  
>    'md5' || encode( digest(password || username, 'md5'), 'hex' )

md5() is in 7.4, but I think it's new in that release.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Permission Problems:-)?
Следующее
От: Jerome Lyles
Дата:
Сообщение: Re: Permission Problems:-)?