Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal - Mailing list pgsql-bugs

From Magnus Hagander
Subject Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal
Date
Msg-id 4A1DA9DA.2060500@hagander.net
Whole thread Raw
In response to Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Tom, or someone else... auth.c line 1076. I'm pretty sure that should be
>> "return ret" not "return STATUS_OK".
>
> Doh.

yeah. WIll apply patch.


>> Wow, that's a bad bug :-O
>
> Hey, that's what beta is for ;-)

:-)

Do we need to announce it somehow?


> You might want to take a quick look for copy-and-pastes of same error.
> I see none offhand, but ...

Yeah, I looked over the other similar places and didn't find anything.

//Magnus

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal
Next
From: Peter Koczan
Date:
Subject: Re: BUG #4824: KRB5/GSSAPI authentication fails when user != principal