aboutsummaryrefslogtreecommitdiff
path: root/src/test/authentication/t/005_sspi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/authentication/t/005_sspi.pl')
-rw-r--r--src/test/authentication/t/005_sspi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/005_sspi.pl b/src/test/authentication/t/005_sspi.pl
index b480b702590..cb3e169002f 100644
--- a/src/test/authentication/t/005_sspi.pl
+++ b/src/test/authentication/t/005_sspi.pl
@@ -18,7 +18,7 @@ if (!$windows_os || $use_unix_sockets)
# Initialize primary node
my $node = PostgreSQL::Test::Cluster->new('primary');
$node->init;
-$node->append_conf('postgresql.conf', "log_connections = on\n");
+$node->append_conf('postgresql.conf', "log_connections = authentication\n");
$node->start;
my $huge_pages_status =