Explicitly require MIT Kerberos for GSSAPI
authorStephen Frost <[email protected]>
Thu, 13 Apr 2023 12:55:13 +0000 (08:55 -0400)
committerStephen Frost <[email protected]>
Thu, 13 Apr 2023 12:55:13 +0000 (08:55 -0400)
commitf7431bca8b0138bdbce7025871560d39119565a0
tree977a68bd13725af6a34cf2fec653f91531149cf0
parent6633cfb21691840c33816a6dacaca0b504efb895
Explicitly require MIT Kerberos for GSSAPI

WHen building with GSSAPI support, explicitly require MIT Kerberos and
check for gssapi_ext.h in configure.ac and meson.build.  Also add
documentation explicitly stating that we now require MIT Kerberos when
building with GSSAPI support.

Reveiwed by: Johnathan Katz
Discussion: https://postgr.es/m/abcc73d0-acf7-6896-e0dc-f5bc12a61bb1@postgresql.org
configure
configure.ac
doc/src/sgml/client-auth.sgml
doc/src/sgml/installation.sgml
meson.build
src/backend/libpq/auth.c
src/backend/libpq/be-secure-gssapi.c