Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups

Jacob Champion <jacob.champion@enterprisedb.com>

From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Chris Gooch <cgooch@bamfunds.com>, "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2025-05-29T18:40:28Z
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 →
  1. Allow larger packets during GSSAPI authentication exchange.

On Thu, May 29, 2025 at 11:09 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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.

Thanks!

> If you're planning to spend more time looking at this, please
> let me know, otherwise I'll go ahead and push the fixes.

I plan to get a full test+review back to you by end-of-day. (I don't
see anything obviously scary yet, so if I miss my self-imposed
deadline, no need to wait for me.)

--Jacob