Re: Problem w/ IDENT authentication

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ian Pilcher <i(dot)pilcher(at)comcast(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem w/ IDENT authentication
Date: 2004-07-26 15:17:59
Message-ID: 27763.1090855079@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Ian Pilcher <i(dot)pilcher(at)comcast(dot)net> writes:
> I am trying to set up IDENT authentication for Tomcat 5 on my Fedora
> Core 2 system. I've added the appropriate line to pg_hba.conf:
> host tomcat4 tomcat4 127.0.0.1 255.255.255.255 ident sameuser

Is it possible that jdbc tries to use an IPv6 rather than IPv4
connection in your setup?

It might be worth looking in the postmaster's stderr log to see if any
more information about the connection failure is there. We often log
information that we don't report to the client for security reasons.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ian Pilcher 2004-07-26 15:46:53 Re: Problem w/ IDENT authentication
Previous Message Yi LIN 2004-07-26 14:53:17 Re: conflict txns in serialization isolation