pgsql: Tests for Kerberos/GSSAPI authentication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tests for Kerberos/GSSAPI authentication
Date: 2018-03-06 15:58:00
Message-ID: E1etEyW-0005Q7-Iq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)munro(at)enterprisedb(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-06 16:22:10 pgsql: Fix bogus Name assignment in CreateStatistics
Previous Message Alvaro Herrera 2018-03-06 02:53:15 Re: pgsql: Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)