summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Eisentraut2018-03-05 19:42:11 +0000
committerPeter Eisentraut2018-03-06 15:57:36 +0000
commit4c831aeaa7bd837c5462df0bf54dc69d3683237a (patch)
tree6255fc344ce6b356b52d5b3287c92808a9b95671 /configure
parentd06aba240d24c499cdd5e77695b3cd28a094e648 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1242e310b4..3943711283 100755
--- a/configure
+++ b/configure
@@ -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