Re: longfin missing gssapi_ext.h

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: longfin missing gssapi_ext.h
Дата
Msg-id ZDbGWbtIu1B6grHI@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: longfin missing gssapi_ext.h  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: longfin missing gssapi_ext.h
Список pgsql-hackers
Greetings,

* Daniel Gustafsson (daniel@yesql.se) wrote:
> > On 12 Apr 2023, at 16:33, Stephen Frost <sfrost@snowman.net> wrote:
> > Sure, reworked that way and attached.
>
> While not changed in this hunk, does the comment regarding Heimdal still apply?
>
> @@ -918,6 +919,7 @@ pg_GSS_recvauth(Port *port)
>      int            mtype;
>      StringInfoData buf;
>      gss_buffer_desc gbuf;
> +    gss_cred_id_t delegated_creds;
>
>      /*
>       * Use the configured keytab, if there is one.  Unfortunately, Heimdal

Good catch.  No, it doesn't.  I'm not anxious to actually change that
code at this point but we could certainly consider changing it in the
future.  I'll update this comment (and the identical one in
secure_open_gssapi) accordingly.

Thanks!

Stephen

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: longfin missing gssapi_ext.h
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: Wrong results from Parallel Hash Full Join