Re: Adding encrypted identd authetification

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David M(dot) Kaplan" <dmkaplan(at)ucdavis(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Adding encrypted identd authetification
Date: 2002-06-21 17:19:49
Message-ID: 20875.1024679989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"David M. Kaplan" <dmkaplan(at)ucdavis(dot)edu> writes:
> I am about to add code to postgresql that would allow IDENT
> authentification with DES encryption (as seen in the pidentd package
> included with Redhat - not sure if same encryption is used by other
> ident daemons).

What's the point, exactly?

For local connections, you do not need encryption, and for remote
connections it's sheer folly to use IDENT anyway. So I'm having a
hard time identifying the space of applicability...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dann Corbit 2002-06-21 18:06:50 Re: What is wrong with hashed index usage?
Previous Message Tom Lane 2002-06-21 17:13:10 Re: Problems with dump /restore of views