Files
postgresql/src/test/authentication/README
Heikki Linnakangas aa7464d949 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
2017-03-17 11:34:16 +02:00

17 lines
440 B
Plaintext

src/test/authentication/README
Regression tests for authentication
===================================
This directory contains a test suite for authentication. SSL certificate
authentication tests are kept separate, in src/test/ssl/, because they
are more complicated, and are not safe to run in a multi-user system.
Running the tests
=================
make check
NOTE: This requires the --enable-tap-tests argument to configure.