Authentication problem

From: "Walker, Jed S" <Jed_Walker(at)cable(dot)comcast(dot)com>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Authentication problem
Date: 2005-04-18 18:07:07
Message-ID: 41669DC6FE3B80449A33A4DD46DB370A09E7EA6B@entcoexch15.broadband.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have a client authentication problem I need help with.

I have the postgresql.conf listen_addresses='*'

and in pg_hba.conf I have
host VRNJED all 2.30.0.0 255.255.0.0 md5
(I've also tried the following with the same results)
host VRNJED all 2.30.0.0 255.255.0.0 password

I have three clients on Windows PCs each on a different subnet (2.30.50,
2.30.190, 2.30.31). One of them connects just fine, the password is asked
for and the logon succeeds, but the other two get

C:\dev\PostgreSQL>psql -h robux -d VRNJED -U vrngui
psql: FATAL: password authentication failed for user "vrngui"

I'm not sure why these two fail when the others work. I also have another
linux server on a completely different network that is also able to connect
just fine. Is there possibly a client configuration file I need to have the
users check something in?

Any help would be greatly appreciated.

Thanks,

Jed S. Walker

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2005-04-18 18:23:29 Form Class ADOdb Code Conversion Problem
Previous Message Rodrigo Moreno 2005-04-18 17:46:56 RES: RES: How to improve postgres performace