Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jeb6F-0001Ra-Vr for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 29 May 2020 09:14:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jeb6E-0003pv-Sh for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 29 May 2020 09:14:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jeb6E-0003pD-Nr; Fri, 29 May 2020 09:14:46 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jeb6C-0004MB-A4; Fri, 29 May 2020 09:14:46 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1474:3de0:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 49YJmg03X2z3Dwk; Fri, 29 May 2020 11:14:42 +0200 (CEST) Date: Fri, 29 May 2020 11:14:42 +0200 From: Christoph Berg To: Peter Eisentraut Cc: Stephen Frost , Devrim =?iso-8859-1?B?R/xuZPx6?= , Craig Ringer , pgsql-pkg-yum , PostgreSQL in Debian Subject: Re: Can we stop defaulting to 'md5'? Message-ID: <20200529091442.GA179209@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Peter Eisentraut , Stephen Frost , Devrim =?iso-8859-1?B?R/xuZPx6?= , Craig Ringer , pgsql-pkg-yum , PostgreSQL in Debian References: <20200528163856.GB107313@msg.df7cb.de> <20200528201122.GD107313@msg.df7cb.de> <54aa86c2-ead7-98a2-6264-76acef12ab7a@2ndquadrant.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54aa86c2-ead7-98a2-6264-76acef12ab7a@2ndquadrant.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Peter Eisentraut > > > You get that if you set the authentication method to "md5". (Clearly not a > > > very clear name, but it exists.) > > > > Thanks, I'll probably do that. > > > > Do we want that for PG13+, or even for 10+? > > Isn't that already the default for Debian packages? I meant setting password_encryption to scram. Christoph