Re: longfin missing gssapi_ext.h
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2023-04-10T15:16:47Z
Lists: pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes: > Yeah, I wouldn't be the least bit surprised if many folks running > FreeBSD with any interest in Kerberos have MIT Kerberos installed given > that Heimdal doesn't seem to be under any kind of ongoing active > development and is just in this maintenance mode. Yeah, that's a pretty scary situation for security-critical software. Maybe we should just desupport Heimdal, rather than investing effort to the contrary? Also, the core-code versions of Heimdal in these BSDen are even scarier than the upstream releases, so I'm thinking that the fact that we currently compile against them is more a net negative than a positive. (Same logic as for macOS, really.) IOW, maybe it'd be okay to de-revert 3d4fa227b and add documentation saying that --with-gssapi requires MIT Kerberos not Heimdal. regards, tom lane
Commits
-
Further cleanup of autoconf output files for GSSAPI changes.
- d48ac0070cff 16.0 landed
-
Update Kerberos/GSSAPI configure/meson check
- 1c52f9c042fb 16.0 landed
-
Explicitly require MIT Kerberos for GSSAPI
- f7431bca8b01 16.0 landed
-
De-Revert "Add support for Kerberos credential delegation"
- 6633cfb21691 16.0 landed
-
Revert "Add support for Kerberos credential delegation"
- 3d03b24c350a 16.0 landed