Re: Kerberos authentication, Active Directory, and PostgreSQL - Mailing list pgsql-bugs

From Turner, Ian
Subject Re: Kerberos authentication, Active Directory, and PostgreSQL
Date
Msg-id 28A4DB436106924BADF219EA31CE80AEF4BAD8@mailnyc2.nyc.deshaw.com
Whole thread Raw
In response to Re: Kerberos authentication, Active Directory, and PostgreSQL  (Peter Eisentraut <peter_e@gmx.net>)
List 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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #5111: Segmentation fault, if to_tsvector returns empty row to ts_stat
Next
From: Heikki Linnakangas
Date:
Subject: Re: Kerberos authentication, Active Directory, and PostgreSQL