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+uhl2...@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(-)