Skip to content

Commit

Permalink
Testing login module changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan124947 committed Jan 23, 2025
1 parent 2a3d372 commit 9af77eb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9af77eb

Please sign in to comment.