Re: longfin missing gssapi_ext.h

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Stephen Frost <sfrost@snowman.net>, pgsql-hackers@lists.postgresql.org
Date: 2023-04-08T22:32:25Z
Lists: pgsql-hackers
On Sun, Apr 9, 2023 at 6:40 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The exact same thing applies to FreeBSD, except that their in-core
> Heimdal is ancient (1.5.2).  Also, they do have MIT Kerberos
> available as a package [1].  I'd been misled by the lack of a hit
> on "kerberos", but "krb5" finds it.  Our code does compile against
> that version of Heimdal, but src/test/kerberos/ refuses to try to
> run.

FWIW my FBSD animal elver has krb5 installed.  Sorry it wasn't running
when the relevant commit landed.  Stupid network cable wriggled out.



Commits

  1. Further cleanup of autoconf output files for GSSAPI changes.

  2. Update Kerberos/GSSAPI configure/meson check

  3. Explicitly require MIT Kerberos for GSSAPI

  4. De-Revert "Add support for Kerberos credential delegation"

  5. Revert "Add support for Kerberos credential delegation"