| From: | Felipe Schnack <felipes(at)ritterdosreis(dot)br> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | md4 |
| Date: | 2002-10-09 21:25:14 |
| Message-ID: | 1034198714.4935.83.camel@desenv1.ritterdosreis.br |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi!
I just compiled pgsql with md5 encryption enabled. So, my password
fields in my tables are of type bytea, and I set their values using
decode('my password', 'md5').
My problem is that when I try to use md5 encryption using PAM's
pam_pgsql module it doesn't work. Anybody had this problem? There is
something special about pgsql md5 hash?
I think maybe I should store the passwords as standard varchar
fields... how if that's the case, how I convert a bytea to varchar?
TIA
--
Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893
Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303328
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2002-10-09 21:59:41 | deny access to system tables |
| Previous Message | Michael Kichanov | 2002-10-09 20:10:57 | checking connecton |