Re: Kerberos delegation support in libpq and postgres_fdw
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Greg Stark <stark@mit.edu>
Cc: Michael Paquier <michael@paquier.xyz>, Jacob Champion <jchampion@timescale.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>, Magnus Hagander <magnus@hagander.net>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>
Date: 2023-03-28T14:30:28Z
Lists: pgsql-hackers
Attachments
- gss_delegation_v6.patch (text/x-diff) patch v6
Greetings, * Stephen Frost (sfrost@snowman.net) wrote: > * Greg Stark (stark@mit.edu) wrote: > > The CFBot says there's a function be_gssapi_get_proxy() which is > > undefined. Presumably this is a missing #ifdef or a definition that > > should be outside an #ifdef. > > Yup, just a couple of missing #ifdef's. > > Updated and rebased patch attached. ... and a few more. Apparently hacking on a plane without enough sleep leads to changing ... and unchanging configure flags before testing. Thanks, Stephen
Commits
-
Add support for Kerberos credential delegation
- 3d4fa227bce4 16.0 landed