Tests for Kerberos/GSSAPI authentication
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |