Re: Add "password_protocol" connection parameter to libpq
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Jeff Davis <pgsql@j-davis.com>, "Jonathan S. Katz" <jkatz@postgresql.org>, Stephen Frost <sfrost@snowman.net>, pgsql-hackers@postgresql.org
Date: 2019-08-13T02:56:34Z
Lists: pgsql-hackers
On Mon, Aug 12, 2019 at 07:05:08PM +0200, Peter Eisentraut wrote: > In this context, I would prefer #2, but I would expand that to cover all > authentication methods, not only password methods. I tend to prefer #2 as well and that's the kind of approach we were tending to agree on when we discussed this issue during the v11 beta for the downgrade issues with libpq. And as you say extend it so as we can apply filtering of more AUTH_REQ requests, inclusing GSS and krb5. -- Michael
Commits
-
Add libpq parameter 'channel_binding'.
- d6e612f837e2 13.0 landed