Re: longfin missing gssapi_ext.h - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: longfin missing gssapi_ext.h
Date
Msg-id 7A74034C-785C-449A-9794-35B36CB1D8E5@yesql.se
Whole thread Raw
In response to Re: longfin missing gssapi_ext.h  (Stephen Frost <sfrost@snowman.net>)
Responses Re: longfin missing gssapi_ext.h
List pgsql-hackers
> 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

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: longfin missing gssapi_ext.h
Next
From: Stephen Frost
Date:
Subject: Re: longfin missing gssapi_ext.h