From 9af77eb452da13bc8ac96baade304a10389bf43c Mon Sep 17 00:00:00 2001 From: Muskan Gupta Date: Thu, 23 Jan 2025 09:47:36 +0530 Subject: [PATCH] Testing login module changes --- .../microsoft/sqlserver/jdbc/KerbAuthentication.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/microsoft/sqlserver/jdbc/KerbAuthentication.java b/src/main/java/com/microsoft/sqlserver/jdbc/KerbAuthentication.java index d02238196..8fdcd10b6 100644 --- a/src/main/java/com/microsoft/sqlserver/jdbc/KerbAuthentication.java +++ b/src/main/java/com/microsoft/sqlserver/jdbc/KerbAuthentication.java @@ -42,11 +42,11 @@ final class KerbAuthentication extends SSPIAuthentication { private boolean useDefaultNativeGSSCredential = false; private GSSContext peerContext = null; - static { - // Overrides the default JAAS configuration loader. - // This one will forward to the default one in all cases but the default configuration is empty. - Configuration.setConfiguration(new JaasConfiguration(Configuration.getConfiguration())); - } + // static { + // // Overrides the default JAAS configuration loader. + // // This one will forward to the default one in all cases but the default configuration is empty. + // Configuration.setConfiguration(new JaasConfiguration(Configuration.getConfiguration())); + // } /** * Initializes the Kerberos client security context