BUG #1013: Authentication doesn't work - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1013: Authentication doesn't work
Date
Msg-id 20031218073044.5AAD7CF482E@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1013: Authentication doesn't work  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1013
Logged by:          Keith Hankin
Email address:      keith105@yahoo.com
PostgreSQL version: 7.4
Operating system:   Fedora Linux
Description:        Authentication doesn't work
Details:

When I start up psql, if I am not not logged in as the owner of the database, I get the following error message, even
ifI type the correct password: 

psql: FATAL:  IDENT authentication failed for user "keith"

However, when I start up psql logged in as the owner of the database, I get a proper login regardless of whether I type
theproper password or not. 

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql
Next
From: Mark Shewmaker
Date:
Subject: Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql