Add TAP tests for password-based authentication methods.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/authentication/Makefile | added | +20 −0 |
| src/test/authentication/README | added | +16 −0 |
| src/test/authentication/t/001_password.pl | added | +84 −0 |
| src/test/Makefile | modified | +1 −1 |
| src/test/README | modified | +3 −0 |