BUG #1013: Authentication doesn't work

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1013: Authentication doesn't work
Date: 2003-12-18 07:30:44
Message-ID: 20031218073044.5AAD7CF482E@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1013
Logged by: Keith Hankin
Email address: keith105(at)yahoo(dot)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 if I 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 the proper password or not.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Shewmaker 2003-12-18 09:28:35 Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql
Previous Message Tom Lane 2003-12-18 00:57:09 Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql