pgsql: Tests for Kerberos/GSSAPI authentication - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Tests for Kerberos/GSSAPI authentication
Date
Msg-id E1etEyW-0005Q7-Iq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix bogus Name assignment in CreateStatistics