Re: Why IDENT doesn't work with JDBC

From: Ian Pilcher <i(dot)pilcher(at)comcast(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Why IDENT doesn't work with JDBC
Date: 2004-11-18 23:42:53
Message-ID: cnjc1u$dse$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:
>
> I'd guess that both IPV6 and authentication via ident-over-TCP are not
> particularly common.
>

Did you read the bug? Java 1.4.2+ *always* uses IPv6 on Linux, unless
you tell it not to. AFAIK, all recent Linux distributions ship with
IPv6 turned on, so it's present even if there isn't an external IPv6
network.

As far as ident-over-TCP, it's the only way to do it with JDBC. For my
money, it beats the heck out of storing your database password in your
web application!

--
========================================================================
Ian Pilcher i(dot)pilcher(at)comcast(dot)net
========================================================================

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message jessica xingzc_he 2004-11-19 01:51:40 Re: deleteRow or updateRow after insertRow
Previous Message Dave Cramer 2004-11-18 23:26:44 Re: deleteRow or updateRow after insertRow