1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Tests for Kerberos/GSSAPI authentication

Like the LDAP and SSL tests, these are not run by default but can be
selected via PG_TEST_EXTRA.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
This commit is contained in:
Peter Eisentraut
2018-03-05 14:42:11 -05:00
parent d06aba240d
commit 4c831aeaa7
9 changed files with 264 additions and 2 deletions

4
configure vendored
View File

@ -709,7 +709,9 @@ with_systemd
with_selinux
with_openssl
with_ldap
with_krb_srvnam
krb_srvtab
with_gssapi
with_python
with_perl
with_tcl
@ -5788,6 +5790,7 @@ $as_echo "$with_gssapi" >&6; }
#
# Kerberos configuration parameters
#
@ -5815,6 +5818,7 @@ fi
cat >>confdefs.h <<_ACEOF
#define PG_KRB_SRVNAM "$with_krb_srvnam"
_ACEOF