Re: Kerberos authentication, Active Directory, and PostgreSQL

From: "Turner, Ian" <Ian(dot)Turner(at)deshaw(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Kerberos authentication, Active Directory, and PostgreSQL
Date: 2009-10-13 15:32:18
Message-ID: 28A4DB436106924BADF219EA31CE80AEF4BAD8@mailnyc2.nyc.deshaw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane:
> I'd be inclined to just s/2000/32767/ and not bother with a symbol,

Heikki Linnakangas:
> The corresponding limit in pg_SSPI_recvauth() probably needs to be
> raised too..

Magnus Hagander:
> Actually, I found a note that said it's recommended to never increase
> it [above] 65535 - so perhaps we should put our limit at that instead
> [of] 32767?

Perhaps the thing to do is to use a symbol, set its value to 65535, and use the same symbol for all of GSS, SSPI, and KRB5.

--Ian

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2009-10-13 16:25:40 Re: Kerberos authentication, Active Directory, and PostgreSQL
Previous Message Tom Lane 2009-10-13 14:23:45 Re: BUG #5111: Segmentation fault, if to_tsvector returns empty row to ts_stat