Tests for Kerberos/GSSAPI authentication

Peter Eisentraut <peter_e@gmx.net>

Commit: 4c831aeaa7bd837c5462df0bf54dc69d3683237a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-03-06T15:57:36Z
Releases: 11.0
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>

Files

PathChange+/−
configure modified +4 −0
configure.in modified +2 −0
doc/src/sgml/regress.sgml modified +11 −1
src/Makefile.global.in modified +2 −0
src/test/kerberos/.gitignore added +2 −0
src/test/kerberos/Makefile added +25 −0
src/test/kerberos/README added +35 −0
src/test/kerberos/t/001_auth.pl added +177 −0
src/test/Makefile modified +6 −1

Documentation touched