]> granicus.if.org Git - postgresql/commit
Tests for Kerberos/GSSAPI authentication
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 5 Mar 2018 19:42:11 +0000 (14:42 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 6 Mar 2018 15:57:36 +0000 (10:57 -0500)
commit4c831aeaa7bd837c5462df0bf54dc69d3683237a
tree6255fc344ce6b356b52d5b3287c92808a9b95671
parentd06aba240d24c499cdd5e77695b3cd28a094e648
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>
configure
configure.in
doc/src/sgml/regress.sgml
src/Makefile.global.in
src/test/Makefile
src/test/kerberos/.gitignore [new file with mode: 0644]
src/test/kerberos/Makefile [new file with mode: 0644]
src/test/kerberos/README [new file with mode: 0644]
src/test/kerberos/t/001_auth.pl [new file with mode: 0644]