pgjdbc icon indicating copy to clipboard operation
pgjdbc copied to clipboard

Windows SSPI support is now part of JDK

Open lbruun opened this issue 3 years ago • 1 comments

Client authentication on Windows:

Finally, there is a JDK "bridge" between SSPI and GSS-API which - as far as I know - makes Waffle redundant. At least for newer JDK versions. The driver should take advantage of this.

A user will need to set sun.security.jgss.native system property to to "true" in order to enable the new feature.

Implemented in JDK 11.0.10.

Refs: https://bugs.openjdk.org/browse/JDK-6722928 (note the backport to JDK 8 which doesn't seem to be prioritized)

lbruun avatar Sep 12 '22 04:09 lbruun

Any chance of getting a PR for this? What has to be done ?

davecramer avatar Sep 12 '22 11:09 davecramer