mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 02:44:39 -05: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
16 lines
440 B
Text
16 lines
440 B
Text
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.
|