From: Peter Eisentraut Date: Tue, 19 Sep 2017 16:10:55 +0000 (-0400) Subject: pgbouncer.ini: Add missing auth_type's to comment X-Git-Tag: pgbouncer_1_8~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=840693bb1e8a3bed905ed2b4d1c63f8ac3987bf5;p=pgbouncer pgbouncer.ini: Add missing auth_type's to comment --- 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