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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Generate new LOG for "trust" connections under log_connections
Date: 2023-08-26 11:13:16
Message-ID: E1qZrEB-0010DQ-OS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-08-26 16:25:41 Re: pgsql: Cache by-reference missing values in a long lived context
Previous Message Andres Freund 2023-08-25 13:57:45 pgsql: Avoid non-POSIX cp flags