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-26T11:46:32Z
Lists: pgsql-hackers
Attachments
- gss_delegation_v5.patch (text/x-diff) patch v5
Greetings, * 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. Thanks! Stephen
Commits
-
Add support for Kerberos credential delegation
- 3d4fa227bce4 16.0 landed