-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using multiple JAAS configurations and override the configuration per connection properties #254
Allow using multiple JAAS configurations and override the configuration per connection properties #254
Conversation
…on per connection properties. We also set a different default LoginConfig for IBM JVM, so it should work well with user-provided passwords and username for Kerberos. Should solve microsoft#66 for IBM JVM.
Codecov Report
@@ Coverage Diff @@
## dev #254 +/- ##
============================================
- Coverage 34.34% 34.33% -0.01%
+ Complexity 1553 1548 -5
============================================
Files 101 102 +1
Lines 23656 23644 -12
Branches 3878 3870 -8
============================================
- Hits 8124 8119 -5
+ Misses 13936 13928 -8
- Partials 1596 1597 +1
Continue to review full report at Codecov.
|
…esouchay/mssql-jdbc into pierresouchay-multiple_jaas_config_names
Thanks @pierresouchay! Commits that were already in the dev branch got added to this PR when I submitted few changes. Can you rebase the code? I for some reason don't have permission. |
@v-suhame DONE |
Perfect! Thanks for contributing @pierresouchay! |
@v-suhame cool! Does it solves #66 with IBM JVM? |
Yes, it did solve #66 :) |
We also set a different default LoginConfig for IBM JVM, so it should work well with user-provided
passwords and username for Kerberos.
Should solve #66 for IBM JVM.