Re: How come drongo didn't fail authentication here? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How come drongo didn't fail authentication here?
Date
Msg-id 3408070.1659020121@sss.pgh.pa.us
Whole thread Raw
In response to Re: How come drongo didn't fail authentication here?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: How come drongo didn't fail authentication here?
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2022-07-28 Th 10:24, Tom Lane wrote:
>> How can that be?  Have we somehow broken SSPI authentication
>> in HEAD?

> Nothing is broken. On HEAD drongo uses Unix sockets.

I see.  Seems like we've created a gotcha for ourselves:
a test script can look perfectly fine in Unix-based testing,
and even in Windows CI, and then fail when it hits the back
branches in the buildfarm.  Is it worth doing something to
cause the lack of a valid auth_extra spec to fail on Unix?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: How come drongo didn't fail authentication here?
Next
From: Bharath Rupireddy
Date:
Subject: Re: How to get accurate backup end time when it is taken from synchronous standby ?