public inbox for [email protected]
help / color / mirror / Atom feedmd5 reference
5+ messages / 4 participants
[nested] [flat]
* md5 reference
@ 2025-12-17 07:21 PG Doc comments form <[email protected]>
2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: PG Doc comments form @ 2025-12-17 07:21 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
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 <[email protected]>
@ 2025-12-17 12:20 ` Peter Eisentraut <[email protected]>
2025-12-17 12:33 ` Re: md5 reference Daniel Gustafsson <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Peter Eisentraut @ 2025-12-17 12:20 UTC (permalink / raw)
To: [email protected]; [email protected]
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 <[email protected]>
2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <[email protected]>
@ 2025-12-17 12:33 ` Daniel Gustafsson <[email protected]>
2025-12-17 13:16 ` SV: md5 reference Mikael Gustavsson <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Gustafsson @ 2025-12-17 12:33 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: [email protected]; [email protected]
> On 17 Dec 2025, at 13:20, Peter Eisentraut <[email protected]> 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 <[email protected]>
2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <[email protected]>
2025-12-17 12:33 ` Re: md5 reference Daniel Gustafsson <[email protected]>
@ 2025-12-17 13:16 ` Mikael Gustavsson <[email protected]>
2025-12-17 13:33 ` Re: md5 reference Daniel Gustafsson <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Gustavsson @ 2025-12-17 13:16 UTC (permalink / raw)
To: Daniel Gustafsson <[email protected]>; Peter Eisentraut <[email protected]>; +Cc: [email protected] <[email protected]>
________________________________
Från: Daniel Gustafsson <[email protected]>
Skickat: den 17 december 2025 13:33
Till: Peter Eisentraut
Kopia: Mikael Gustavsson; [email protected]
Ämne: Re: md5 reference
> On 17 Dec 2025, at 13:20, Peter Eisentraut <[email protected]> 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 <[email protected]>
2025-12-17 12:20 ` Re: md5 reference Peter Eisentraut <[email protected]>
2025-12-17 12:33 ` Re: md5 reference Daniel Gustafsson <[email protected]>
2025-12-17 13:16 ` SV: md5 reference Mikael Gustavsson <[email protected]>
@ 2025-12-17 13:33 ` Daniel Gustafsson <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Gustafsson @ 2025-12-17 13:33 UTC (permalink / raw)
To: Mikael Gustavsson <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; [email protected] <[email protected]>
> On 17 Dec 2025, at 14:16, Mikael Gustavsson <[email protected]> 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 <[email protected]>
2025-12-17 12:20 ` Peter Eisentraut <[email protected]>
2025-12-17 12:33 ` Daniel Gustafsson <[email protected]>
2025-12-17 13:16 ` SV: md5 reference Mikael Gustavsson <[email protected]>
2025-12-17 13:33 ` Daniel Gustafsson <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox