Re: Indent authentication overloading - Mailing list pgsql-hackers

From Stuart Bishop
Subject Re: Indent authentication overloading
Date
Msg-id AANLkTikBxshbURjXKjy1RRUubATaNa-iDvRXF4Bt60pv@mail.gmail.com
Whole thread Raw
In response to Indent authentication overloading  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Indent authentication overloading
List pgsql-hackers
On Wed, Nov 17, 2010 at 10:35 PM, Magnus Hagander <magnus@hagander.net> 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?)

We use it. Do you have an alternative that doesn't lower security
besides Kerberos? Anti-ident arguments are straw man arguments - "If
you setup identd badly or don't trust remote root or your network,
ident sucks as an authentication mechanism".

Ident is great as you don't have to lower security by dealing with
keys on the client system (more management headaches == lower
security), or worry about those keys being reused by accounts that
shouldn't be reusing them. Please don't deprecate it unless there is
an alternative. And if you are a pg_pool or pgbouncer maintainer,
please consider adding support :)


-- 
Stuart Bishop <stuart@stuartbishop.net>
http://www.stuartbishop.net/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: final patch - plpgsql: for-in-array
Next
From: Pavel Stehule
Date:
Subject: Re: final patch - plpgsql: for-in-array