Re: ident authentication not working over loopback adapter

From: Ian Pilcher <pilchman(at)attbi(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: ident authentication not working over loopback adapter
Date: 2002-12-21 01:38:21
Message-ID: au0gm7$2i23$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tom Lane wrote:
>
> Check to see if ident traffic is being filtered by kernel-level packet
> filtering. IIRC, RHL ships with mighty tight packet filtering, even on
> the loopback connection (which is a tad silly, but...). One easy way to
> investigate this is to see if you can telnet to the ident daemon:
>

Actually, it seems that Red Hat doesn't filter the loopback adapter.
(In fact, it seems that connections to local interfaces don't get
filtered either, but remote connections to the same interfaces do get
filtered.)

I have tracked the problem down to the following line in
/etc/identd.conf:

result:encrypt = yes

Changing this to 'no' makes things work as expected, so PostgreSQL
obviously couldn't understand the encrypted response.

Anyone have any idea if this is a problem with PostgreSQL, a problem
with the ident daemon, or just "broken as designed"?

Thanks!

--
========================================================================
Ian Pilcher pilchman(at)attbi(dot)com
========================================================================

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Masaru Sugawara 2002-12-21 03:29:35 Re: dumping tables in non-public schemas..
Previous Message Tom Lane 2002-12-21 00:24:26 Re: ident authentication not working over loopback adapter