Indent authentication overloading - Mailing list pgsql-hackers

From Magnus Hagander
Subject Indent authentication overloading
Date
Msg-id AANLkTi=rUfPgT1uK0Z73rT8Ye4GwQo2j1LRR_R2PW6i9@mail.gmail.com
Whole thread Raw
Responses Re: Indent authentication overloading
Re: Indent authentication overloading
Re: Indent authentication overloading
Re: Indent authentication overloading
List pgsql-hackers
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/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: changing MyDatabaseId
Next
From: Tom Lane
Date:
Subject: Re: Indent authentication overloading