Re: Kerberos authentication, Active Directory, and PostgreSQL

Поиск
Список
Период
Сортировка
От Turner, Ian
Тема Re: Kerberos authentication, Active Directory, and PostgreSQL
Дата
Msg-id 28A4DB436106924BADF219EA31CE80AEF4BAD8@mailnyc2.nyc.deshaw.com
обсуждение исходный текст
Ответ на Re: Kerberos authentication, Active Directory, and PostgreSQL  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5111: Segmentation fault, if to_tsvector returns empty row to ts_stat
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Kerberos authentication, Active Directory, and PostgreSQL