Re: password_encryption default - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: password_encryption default
Date
Msg-id 20200527060037.GA103662@paquier.xyz
Whole thread Raw
In response to Re: password_encryption default  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: password_encryption default  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On Tue, May 26, 2020 at 10:25:25AM +0200, Peter Eisentraut wrote:
> Yeah, I was too enthusiastic about removing that.  Here is a better patch.

+        as an MD5 hash.  (<literal>on</literal> is also accepted, as an alias
+        for <literal>md5</literal>.)  The default is
+        <literal>scram-sha-256</literal>.
Shouldn't password_encryption = on/true/1/yes be an equivalent of
scram-sha-256 as the default gets changed?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: segmentation fault using currtid and partitioned tables
Next
From: Michael Paquier
Date:
Subject: Re: segmentation fault using currtid and partitioned tables