Thread: pgsql: Tests for Kerberos/GSSAPI authentication
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> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4c831aeaa7bd837c5462df0bf54dc69d3683237a Modified Files -------------- configure | 4 + configure.in | 2 + doc/src/sgml/regress.sgml | 12 ++- src/Makefile.global.in | 2 + src/test/Makefile | 7 +- src/test/kerberos/.gitignore | 2 + src/test/kerberos/Makefile | 25 ++++++ src/test/kerberos/README | 35 ++++++++ src/test/kerberos/t/001_auth.pl | 177 ++++++++++++++++++++++++++++++++++++++++ 9 files changed, 264 insertions(+), 2 deletions(-)