Re: Question on MD5 authentication

From: Wei Weng <wweng(at)kencast(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question on MD5 authentication
Date: 2006-10-12 20:22:14
Message-ID: 1160684534.28475.13.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2006-10-12 at 15:50 -0400, Tom Lane wrote:
> Wei Weng <wweng(at)kencast(dot)com> writes:
> > I have the following lines in my pg_hba.conf file.
> > host all all 192.168.1.180 255.255.255.1 md5
>
> Not relevant to your immediate problem, but: you almost certainly
> want 255.255.255.255 as the netmask here.
>
> > psql -h 192.168.1.155 -U test_user template1
> > Password for user test_user: (I typed test_passwd)
> > psql: FATAL: password authentication failed for user "test_user"
>
> Did you look in the postmaster log to see if there were any more
> details?
>

Here is the relevant information in my postmaster-Thu.log.

FATAL: password authentication failed for user "test_user"

Doesn't say much.

Thanks.

Wei

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-10-12 20:22:56 Re: more anti-postgresql FUD
Previous Message Tony Caduto 2006-10-12 20:22:02 Re: Error handling inside PL/pgSQL functions