public inbox for pgsql-docs@postgresql.org  
help / color / mirror / Atom feed
md5 reference
5+ messages / 4 participants
[nested] [flat]

* md5 reference
@ 2025-12-17 07:21 PG Doc comments form <noreply@postgresql.org>
  2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <peter@eisentraut.org>
  0 siblings, 1 reply; 5+ messages in thread

From: PG Doc comments form @ 2025-12-17 07:21 UTC (permalink / raw)
  To: pgsql-docs@lists.postgresql.org; +Cc: mikael.gustavsson@smhi.se

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/auth-pg-hba-conf.html
Description:

Hi,
In the last pg_hba example on the page md5 is used as method. Maybe it
should be changed to scram-sha-256 as that is the preferred method?

KR
Mikael Gustavsson


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: md5 reference
  2025-12-17 07:21 md5 reference PG Doc comments form <noreply@postgresql.org>
@ 2025-12-17 12:20 ` Peter Eisentraut <peter@eisentraut.org>
  2025-12-17 12:33   ` Re: md5 reference Daniel Gustafsson <daniel@yesql.se>
  0 siblings, 1 reply; 5+ messages in thread

From: Peter Eisentraut @ 2025-12-17 12:20 UTC (permalink / raw)
  To: mikael.gustavsson@smhi.se; pgsql-docs@lists.postgresql.org

On 17.12.25 08:21, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/18/auth-pg-hba-conf.html
> Description:
> 
> Hi,
> In the last pg_hba example on the page md5 is used as method. Maybe it
> should be changed to scram-sha-256 as that is the preferred method?

Yes, I think that would make sense to modernize that example.






^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: md5 reference
  2025-12-17 07:21 md5 reference PG Doc comments form <noreply@postgresql.org>
  2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <peter@eisentraut.org>
@ 2025-12-17 12:33   ` Daniel Gustafsson <daniel@yesql.se>
  2025-12-17 13:16     ` SV: md5 reference Mikael Gustavsson <mikael.gustavsson@smhi.se>
  0 siblings, 1 reply; 5+ messages in thread

From: Daniel Gustafsson @ 2025-12-17 12:33 UTC (permalink / raw)
  To: Peter Eisentraut <peter@eisentraut.org>; +Cc: mikael.gustavsson@smhi.se; pgsql-docs@lists.postgresql.org

> On 17 Dec 2025, at 13:20, Peter Eisentraut <peter@eisentraut.org> wrote:
> 
> On 17.12.25 08:21, PG Doc comments form wrote:
>> The following documentation comment has been logged on the website:
>> Page: https://www.postgresql.org/docs/18/auth-pg-hba-conf.html
>> Description:
>> Hi,
>> In the last pg_hba example on the page md5 is used as method. Maybe it
>> should be changed to scram-sha-256 as that is the preferred method?
> 
> Yes, I think that would make sense to modernize that example.

Agreed, I was just looking at it after reading the report.  @Mikael: would you
like to try your hand at proposing a patch for this?

--
Daniel Gustafsson






^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* SV: md5 reference
  2025-12-17 07:21 md5 reference PG Doc comments form <noreply@postgresql.org>
  2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <peter@eisentraut.org>
  2025-12-17 12:33   ` Re: md5 reference Daniel Gustafsson <daniel@yesql.se>
@ 2025-12-17 13:16     ` Mikael Gustavsson <mikael.gustavsson@smhi.se>
  2025-12-17 13:33       ` Re: md5 reference Daniel Gustafsson <daniel@yesql.se>
  0 siblings, 1 reply; 5+ messages in thread

From: Mikael Gustavsson @ 2025-12-17 13:16 UTC (permalink / raw)
  To: Daniel Gustafsson <daniel@yesql.se>; Peter Eisentraut <peter@eisentraut.org>; +Cc: pgsql-docs@lists.postgresql.org <pgsql-docs@lists.postgresql.org>




________________________________
Från: Daniel Gustafsson <daniel@yesql.se>
Skickat: den 17 december 2025 13:33
Till: Peter Eisentraut
Kopia: Mikael Gustavsson; pgsql-docs@lists.postgresql.org
Ämne: Re: md5 reference

> On 17 Dec 2025, at 13:20, Peter Eisentraut <peter@eisentraut.org> wrote:
>
> On 17.12.25 08:21, PG Doc comments form wrote:
>> The following documentation comment has been logged on the website:
>> Page: https://www.postgresql.org/docs/18/auth-pg-hba-conf.html
>> Description:
>> Hi,
>> In the last pg_hba example on the page md5 is used as method. Maybe it
>> should be changed to scram-sha-256 as that is the preferred method?
>
> Yes, I think that would make sense to modernize that example.

Agreed, I was just looking at it after reading the report.  @Mikael: would you
like to try your hand at proposing a patch for this?

--
Daniel Gustafsson

Absolutely, i can try, but I think I might need some guidance.

/Mikael


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: md5 reference
  2025-12-17 07:21 md5 reference PG Doc comments form <noreply@postgresql.org>
  2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <peter@eisentraut.org>
  2025-12-17 12:33   ` Re: md5 reference Daniel Gustafsson <daniel@yesql.se>
  2025-12-17 13:16     ` SV: md5 reference Mikael Gustavsson <mikael.gustavsson@smhi.se>
@ 2025-12-17 13:33       ` Daniel Gustafsson <daniel@yesql.se>
  0 siblings, 0 replies; 5+ messages in thread

From: Daniel Gustafsson @ 2025-12-17 13:33 UTC (permalink / raw)
  To: Mikael Gustavsson <mikael.gustavsson@smhi.se>; +Cc: Peter Eisentraut <peter@eisentraut.org>; pgsql-docs@lists.postgresql.org <pgsql-docs@lists.postgresql.org>

> On 17 Dec 2025, at 14:16, Mikael Gustavsson <mikael.gustavsson@smhi.se> wrote:

> Absolutely, i can try, but I think I might need some guidance.

Great!  Feel free to ask anything either here, on the PostgreSQL Hacking
Discord or in an off-list email, whichever you prefer.  The file in the source
tree you want to be looking at is doc/src/sgml/client-auth.sgml. 

--
Daniel Gustafsson







^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2025-12-17 13:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-12-17 07:21 md5 reference PG Doc comments form <noreply@postgresql.org>
2025-12-17 12:20 ` Peter Eisentraut <peter@eisentraut.org>
2025-12-17 12:33   ` Daniel Gustafsson <daniel@yesql.se>
2025-12-17 13:16     ` SV: md5 reference Mikael Gustavsson <mikael.gustavsson@smhi.se>
2025-12-17 13:33       ` Daniel Gustafsson <daniel@yesql.se>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox