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: Chris Gooch <cgooch@bamfunds.com>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2025-05-24T14:26:53Z
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
Chris Gooch <cgooch@bamfunds.com> writes: > Hi Both, Will anyone be working on a fix for this bug? Yeah, I will pick it up (unless Jacob's already on it?) I believe we've agreed that it'd be sufficient if we allow the packets exchanged during the auth phase to be up to 64K or so, but once we reach the point where we're able to split the data on arbitrary boundaries, keep the packet size at 16K for cross-version compatibility. I did look at the code briefly, and this seems like it'd require releasing and re-alloc'ing the buffers, but that's surely doable. regards, tom lane