SSPI Bridge Bug
Weijun Wang
WEIJUN.WANG at ORACLE.COM
Wed Sep 30 01:06:33 UTC 2020
Ah, yes. Will fix it soon.
Thanks,
Max
> On Sep 29, 2020, at 7:46 PM, Jade Koskela <jkoskeladev at gmail.com> wrote:
>
> Hi,
>
> New contributor here. I have found a bug in sspi_bridge that requires a small change to fix.
> This causes failures to connect with Postgres JDBC using sspi_bridge.
>
> This line in sspi_bridge should be:
>
> < || l2 < l1 && l2 != l1) {
> ---
> > || l2 < l1 && l2 != r1) {
>
> Thanks,
> Jade
More information about the security-dev
mailing list