Re: Can we stop defaulting to 'md5'?

From: Christoph Berg <myon(at)debian(dot)org>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Devrim Gündüz <devrim(at)gunduz(dot)org>, Craig Ringer <craig(at)2ndquadrant(dot)com>, pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: Can we stop defaulting to 'md5'?
Date: 2020-05-28 16:38:56
Message-ID: 20200528163856.GB107313@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian pgsql-pkg-yum

Re: Stephen Frost
> postgresql.conf alone, but ultimately that's probably going to be up to
> what Christoph is comfortable with.

Re: Stephen Frost
> If you leave it as 'md5' in pg_hba.conf, then *that* will do either md5,
> or scram. If you have 'scram-sha-256' in pg_hba.conf and only an 'md5'
> password then it breaks.

Fwiw "comfortable" and "it breaks" are the problem here. The whole
picture is so utterly complicated that I'm still scared from reading
the docs the first time around the time PG10 came about. In trainings
I'm still telling people that md5 is the accepted standard because
there's enough more interesting things to teach about PostgreSQL.

Why do I have to decide *in pg_hba.conf* which hash algorithm is used?
Why can't that just be "password"?

The password_encryption GUC should be the only place concerned with
that, and it should only be used for new passwords. Existing passwords
should just continue to work. *That* would allow seamless upgrades.

Getting this mess fixed would be good for security because then people
will likely start using scram.

Christoph

In response to

Responses

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Stephen Frost 2020-05-28 16:44:04 Re: Can we stop defaulting to 'md5'?
Previous Message apt.postgresql.org Repository Update 2020-05-27 20:39:31 pgagent updated to version 4.0.0-6.pgdg20.04+1

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Stephen Frost 2020-05-28 16:44:04 Re: Can we stop defaulting to 'md5'?
Previous Message Devrim Gündüz 2020-05-26 14:52:36 Re: SLES 15.x support