mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-06 00:57:35 +08:00
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
17 lines
440 B
Plaintext
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.
|