pgsql: Generate new LOG for "trust" connections under log_connections - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Generate new LOG for "trust" connections under log_connections
Date
Msg-id E1qZrEB-0010DQ-OS@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Avoid non-POSIX cp flags
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Cache by-reference missing values in a long lived context