From 840693bb1e8a3bed905ed2b4d1c63f8ac3987bf5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 19 Sep 2017 12:10:55 -0400 Subject: [PATCH] pgbouncer.ini: Add missing auth_type's to comment --- etc/pgbouncer.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini index 81b85e3..3df66bb 100644 --- a/etc/pgbouncer.ini +++ b/etc/pgbouncer.ini @@ -102,7 +102,7 @@ listen_port = 6432 ;;; Authentication settings ;;; -; any, trust, plain, crypt, md5 +; any, trust, plain, crypt, md5, cert, hba, pam auth_type = trust ;auth_file = /8.0/main/global/pg_auth auth_file = /etc/pgbouncer/userlist.txt -- 2.40.0