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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Gooch <cgooch(at)bamfunds(dot)com>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups
Date: 2025-05-24 14:26:53
Message-ID: 3060113.1748096813@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-committers

Chris Gooch <cgooch(at)bamfunds(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Duncan Sands 2025-05-24 15:42:30 Re: Logical replication 'invalid memory alloc request size 1585837200' after upgrading to 17.5
Previous Message Chris Gooch 2025-05-24 10:01:05 Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-05-24 19:37:05 Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups
Previous Message Chris Gooch 2025-05-24 10:01:05 Re: [EXT] Re: GSS Auth issue when user member of lots of AD groups