pgsql: Generate new LOG for "trust" connections under log_connections

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Generate new LOG for "trust" connections under log_connections
Дата
Msg-id E1qZrEB-0010DQ-OS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Generate new LOG for "trust" connections under log_connections

Adding an extra LOG for connections that have not set an authn ID, like
when the "trust" authentication method is used, is useful for audit
purposes.

A couple of TAP tests for SSL and authentication need to be tweaked to
adapt to this new LOG generated, as some scenarios expected no logs but
they now get a hit.

Reported-by: Shaun Thomas
Author: Jacob Champion
Reviewed-by: Robert Haas, Michael Paquier
Discussion: https://postgr.es/m/CAFdbL1N7-GF-ZXKaB3XuGA+CkSmnjFvqb8hgjMnDfd+uhL2u-A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e48b19c5db3185e1868391176fc040df08a149fb

Modified Files
--------------
src/backend/libpq/auth.c                  | 16 ++++++++++++++++
src/test/authentication/t/001_password.pl |  8 ++++----
src/test/ssl/t/001_ssltests.pl            |  8 ++++----
3 files changed, 24 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Avoid non-POSIX cp flags
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Cache by-reference missing values in a long lived context