From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Greg Kelley <gkelley(at)britannicaviation(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Login Failures After Upgrade |
Date: | 2002-12-16 19:46:39 |
Message-ID: | 200212161946.gBGJkdq03926@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
This will be fixed in 7.3.1. Attached is the patch, but changing to MD5
is perfereable.
---------------------------------------------------------------------------
Greg Kelley wrote:
> Folks,
>
> Just upgraded from 7.1.3 to 7.3 (using RPMs) and now none of the assigned
> users can login as before. Tried resetting passwords with 'ALTER USER XXX
> WITH PASSWORD='pwd' and it didn't help. pg_hba.conf listing follows:
>
>
> # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
>
> local all all
> password
> host all all 127.0.0.1 255.255.255.255 password
> host all all 192.168.1.0 255.255.255.0 password
> host all all 24.128.216.179 255.255.255.255 password
> host all all 217.33.127.174 255.255.255.248 password
>
> Had to set the first two lines to 'trust' to get apache/php to access data.
> Would like to have password protection working again, but can't figure out
> what's gone wrong. Any ideas appreciated, thanks.
>
> Rgds,
>
> ________________________
> Greg Kelley, IT Director
> Britannic Aviation, US and UK
> US Office:
> Pease Int'l Tradeport
> 68 New Hampshire Ave.
> Portsmouth, NH 03801
> 603.766.3005
> http://www.britannicaviation.com
> AOPA, EAA, SSA
> CFII SEL, MEL; Comm Glider
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
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
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 3.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Medi Montaseri | 2002-12-16 20:50:43 | Re: Where are my tables physically in the fs? |
Previous Message | Brian Hirt | 2002-12-16 19:40:04 | 7.3 backend crash |