From: | Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk> |
---|---|
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 09:58:19 |
Message-ID: | 20040726105819.A23822@bacon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On 26/07/2004 09:53 Ian Pilcher wrote:
> 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
>
> This works as expected from a console:
that's because you're connecting via tcp/ip sockets from Tomcat and unix
domain sockets from psql. Personally, I find md5 + firewall more than
sufficient.
--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2004-07-26 10:28:35 | Re: Problem w/ IDENT authentication |
Previous Message | Amit Ray | 2004-07-26 09:35:38 | JDBC Rowsets running out of memory when dealing with large tables |