Re: Indent authentication overloading - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Indent authentication overloading
Date
Msg-id 201103102122.p2ALMpQ11842@momjian.us
Whole thread Raw
In response to Indent authentication overloading  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Indent authentication overloading
List pgsql-hackers
Added to TODO:
Rename unix domain socket 'ident' connections to 'peer', to avoidconfusion with TCP 'ident'    *
http://archives.postgresql.org/pgsql-hackers/2010-11/msg01053.php
 

---------------------------------------------------------------------------

Magnus Hagander wrote:
> Currently, we overload "indent" meaning both "unix socket
> authentication" and "ident over tcp", depending on what type of
> connection it is. This is quite unfortunate - one of them being one of
> the most secure options we have, the other one being one of the most
> *insecure* ones (really? ident over tcp? does *anybody* use that
> intentionally today?)
> 
> Should we not consider naming those two different things?
> 
> If not now, then at least put it on the TODO of things to do the next
> time we need to break backwards compatibility with the format of
> pg_hba.conf? Though if we're going to break backwards compatibility
> anywhere, pg_hba is probably one of the least bad places to do it...
> 
> -- 
> ?Magnus Hagander
> ?Me: http://www.hagander.net/
> ?Work: http://www.redpill-linpro.com/
> 
> -- 
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: FuncExpr.collid/OpExpr.collid unworkably serving double duty
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.