Обсуждение: [COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Add TAP tests for password-based authentication methods.

От
Heikki Linnakangas
Дата:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aa7464d949bf69ce1e8697f77400ff6b7ebb2d18

Modified Files
--------------
src/test/Makefile                         |  2 +-
src/test/README                           |  3 ++
src/test/authentication/Makefile          | 20 ++++++++
src/test/authentication/README            | 16 ++++++
src/test/authentication/t/001_password.pl | 84 +++++++++++++++++++++++++++++++
5 files changed, 124 insertions(+), 1 deletion(-)