IDENT authentication problem

From: Wei Weng <wweng(at)kencast(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: IDENT authentication problem
Date: 2002-08-27 21:26:59
Message-ID: 1030483620.2046.4.camel@Monet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

This is what I did:

1: I reinstalled postgresql RPMs from scratch (I removed all the logs,
data files, backup files)

2: su root

3: su postgres

4: psql template1

And here I got the error message:

psql: FATAL 1: IDENT authentication failed for user "foobar"

User "foobar" was an old user I created for the database *before* I
wiped out everything and reinstalled the RPMs. It is already gone from
my /etc/password. (since I was using IDENT)

What could have gone wrong? I must have left the trace of user foobar
somewhere in my system but I couldn't find it.

Thanks

--
Wei Weng
Network Software Engineer
KenCast Inc.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-08-27 22:07:07 Re: LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1?
Previous Message mark carew 2002-08-27 21:24:44 Re: Problems with version 7.1, could they be fixed in 7.2?