Login Problems.

From: "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org
Subject: Login Problems.
Date: 2000-09-29 02:19:00
Message-ID: 39D3FC14.2ADC009E@ntsp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have my PostgreSQL configured as follows:

/usr/bin/postmaster
-p 5432
-D /var/lib/pgsql/data
-B 64
-b /usr/bin/postgres
-i
-N 32

and the pg_hba.conf file has the following lines in it:

local all crypt
host all 127.0.0.1 255.255.255.255 crypt

Now when I try to connect to a database (locally) using psql I get the
following:

psql: Password authentication failed for user 'postgres'

what am I missing here? ;-)

Thanks in advance.

Cheers,

John Clark

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip Warner 2000-09-29 03:34:25 Re: Checking number of entries
Previous Message Alain Black 2000-09-29 02:05:43 RE: A newbie question