bug fix for native kerberos libraries (original) (raw)

Christos Zoulas christos at zoulas.com
Thu Oct 18 21:02:43 UTC 2012


Hello,

This simple fix allows kerberos authentication to work with:

-Dsun.security.jgss.native=true

and microsoft's sqljdbc 4.0.2206.100 driver.

Enjoy,

christos

--- a/java/src/sun/security/jgss/GSSUtil.java Mon Oct 15 17:43:08 2012 -0400 +++ b/java/src/sun/security/jgss/GSSUtil.java Mon Oct 15 17:44:28 2012 -0400 @@ -333,10 +333,19 @@ Subject accSubj = Subject.getSubject(acc); Vector result = null; if (accSubj != null) {



More information about the core-libs-dev mailing list