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:
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user