diff options
author | Peter Eisentraut | 2018-03-05 19:42:11 +0000 |
---|---|---|
committer | Peter Eisentraut | 2018-03-06 15:57:36 +0000 |
commit | 4c831aeaa7bd837c5462df0bf54dc69d3683237a (patch) | |
tree | 6255fc344ce6b356b52d5b3287c92808a9b95671 /configure | |
parent | d06aba240d24c499cdd5e77695b3cd28a094e648 (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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |