Add TAP tests for password-based authentication methods.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 17 Mar 2017 09:34:16 +0000 (11:34 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 17 Mar 2017 09:34:16 +0000 (11:34 +0200)
commitaa7464d949bf69ce1e8697f77400ff6b7ebb2d18
tree50eb00f4e271f18b7dc752631aa489467ad42849
parentc6305a9c572aaf3509ea90eec5127340dab89546
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
src/test/Makefile
src/test/README
src/test/authentication/Makefile [new file with mode: 0644]
src/test/authentication/README [new file with mode: 0644]
src/test/authentication/t/001_password.pl [new file with mode: 0644]