Re: password_encryption default - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: password_encryption default
Date
Msg-id 0a5da634-47c7-c2e9-9615-9e8024fd6cfc@2ndquadrant.com
Whole thread Raw
In response to Re: password_encryption default  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: password_encryption default  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On 2020-05-28 15:28, Jonathan S. Katz wrote:
> On 5/28/20 8:10 AM, Peter Eisentraut wrote:
>> On 2020-05-27 15:25, Jonathan S. Katz wrote:
>>> $ initdb -D data --auth-local=scram-sha-256 --auth-host=md5
>>>
>>> Got an error message:
>>>
>>> "initdb: error: must specify a password for the superuser to enable md5
>>> authentication"
>>>
>>> For the last two, that behavior is to be expected (after all, you've set
>>> the two login vectors to require passwords), but the error message seems
>>> odd now. Perhaps we tweak it to be:
>>>
>>>
>>> "initdb: error: must specify a password for the superuser when requiring
>>> passwords for both local and host authentication."
>>
>> That message is a bit long.  Maybe just
>>
>> must specify a password for the superuser to enable password authentication
>>
>> without reference to the specific method.  I think the idea is clear there.
> 
> +1

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: elog(DEBUG2 in SpinLocked section.
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: password_encryption default