pgsql: Add TAP tests for password-based authentication methods.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add TAP tests for password-based authentication methods.
Date: 2017-03-17 09:37:03
Message-ID: E1cooJj-0005Tu-Ky@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Add TAP tests for password-based authentication methods.

Tests all combinations of users with MD5, plaintext and SCRAM verifiers
stored in pg_authid, with plain 'password', 'md5' and 'scram'
authentication methods.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa7464d949bf69ce1e8697f77400ff6b7ebb2d18

Modified Files
--------------
src/test/Makefile | 2 +-
src/test/README | 3 ++
src/test/authentication/Makefile | 20 ++++++++
src/test/authentication/README | 16 ++++++
src/test/authentication/t/001_password.pl | 84 +++++++++++++++++++++++++++++++
5 files changed, 124 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2017-03-17 12:21:05 Re: pgsql: Avoid having vacuum set reltuples to 0 on non-empty relations in
Previous Message Heikki Linnakangas 2017-03-17 09:18:54 pgsql: Fix and simplify check for whether we're running as Windows serv

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-03-17 09:40:54 Re: Authentication tests, and plain 'password' authentication with a SCRAM verifier
Previous Message Heikki Linnakangas 2017-03-17 09:19:22 Re: BUG #13755: pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled