From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Michael Allman <msa(at)nfcexperts(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: HELP! Passwords stuck in passwd file! |
Date: | 2004-02-01 22:10:38 |
Message-ID: | 200402012210.i11MAcj08300@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Michael Allman wrote:
> I am migrating from 7.2 -> 7.4. I can't figure out how to move the
> crypt()'ed passwords I made with pg_password utility into the pg_shadow
> table. All I can find in the documentation is (in 7.3 release notes)
>
> Remove secondary password file capability and pg_password utility
> (Bruce)
If I remember correctly, you can't. We now perfer MD5, where we can
store the information encrypted in the database, and use random salt
over the wire.
We cant unencrypt the crypt values so unfortunately you have to reenter
them. You can do it using ALTER USER now.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Allman | 2004-02-01 22:14:46 | Re: HELP! Passwords stuck in passwd file! |
Previous Message | Juan Miguel | 2004-02-01 21:47:38 | Re: Forcing connections closed |