Re: Authentication drop-down?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Authentication drop-down?
Date: 2004-03-19 07:16:01
Message-ID: 20955.1079680561@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> Any reason why this is a bad idea?

It breaks client compatibility --- I don't think any existing clients
are prepared to be challenged multiple times, and indeed the protocol
spec specifically advises clients to drop the connection if they can't
handle the first challenge method. We'd need a protocol extension
by which a client could respond "I can't do that Dave".

We could put it on the to-do list for the next protocol version bump,
perhaps. I'm not in a hurry for one though...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2004-03-19 07:47:14 Re: Authentication drop-down?
Previous Message Tom Lane 2004-03-19 06:12:38 Re: SET WITHOUT CLUSTER patch