Skip to content
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

Feature | Introduce NTLM authentication mode #998

Merged
merged 118 commits into from
Jun 10, 2019

Conversation

lilgreenbird
Copy link
Contributor

@lilgreenbird lilgreenbird commented Mar 19, 2019

Introduces support for NTLM Authentication in the driver as requested in issue #696.
This feature currently supports authentication with connection string as under:

jdbc:sqlserver://<hostname>;integratedSecurity=true;authenticationScheme=NTLM;domain=<server_domain>;user=<userName>;password=<password>

  • Supports Extended Protection enabled SQL Servers.
  • Does not support Extended Protection + Encrypted connection
    Implementation of Channel Binding is in progress.

lilgreenbird and others added 30 commits December 11, 2018 15:05
# Conflicts:
#	src/test/java/com/microsoft/sqlserver/jdbc/TestUtils.java
rene-ye
rene-ye previously approved these changes May 30, 2019
peterbae
peterbae previously approved these changes May 30, 2019
cheenamalhotra
cheenamalhotra previously approved these changes Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Public API Changes in Public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants