Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Chris Gooch <cgooch@bamfunds.com>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2025-05-29T18:09:18Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Allow larger packets during GSSAPI authentication exchange.
- d98cefe1143e 18.0 landed
- ca70ee6ede1b 16.10 landed
- c81cdffa1f05 13.22 landed
- a7da7914c355 14.19 landed
- 8b0aa7a6b723 17.6 landed
- 39b1d190714a 15.14 landed
Attachments
- gssapi.delta.patch (text/x-diff) patch
Jacob Champion <jacob.champion@enterprisedb.com> writes: > On Tue, May 27, 2025 at 3:15 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Could we address your confusion by improving the comment about the >> packet-size #define to point out that it includes the header word? > Yes, I think so. Here's a delta patch responding to your review comments so far: knock the max auth-packet size down to 64k, and annotate the size macros as including the header word. If you're planning to spend more time looking at this, please let me know, otherwise I'll go ahead and push the fixes. regards, tom lane