pgsql: Explicitly require MIT Kerberos for GSSAPI

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Explicitly require MIT Kerberos for GSSAPI
Date: 2023-04-13 12:56:21
Message-ID: E1pmwUt-002rYG-Rx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7431bca8b0138bdbce7025871560d39119565a0

Modified Files
--------------
configure | 27 +++++++++++++++++++++++++++
configure.ac | 2 ++
doc/src/sgml/client-auth.sgml | 2 +-
doc/src/sgml/installation.sgml | 21 +++++++++++----------
meson.build | 10 ++++++++++
src/backend/libpq/auth.c | 5 +++--
src/backend/libpq/be-secure-gssapi.c | 5 +++--
7 files changed, 57 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-13 14:33:01 pgsql: Add MacPorts support to src/test/ldap tests.
Previous Message Peter Eisentraut 2023-04-13 08:26:31 pgsql: doc: Make HTML ids discoverable