We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The loginType property will be changed in JDBC driver 7.1.7 and 8.0.0. It will be renamed to logintype with values sspi and gss.
loginType
logintype
sspi
gss
The old property loginType with values 1 and 2 will be kept for backwards compatibility.
1
2
In order to work with future JDBC drivers, the connector must specify both parameters loginType=2 and logintype=gss.
loginType=2
logintype=gss
The text was updated successfully, but these errors were encountered:
#48: Add JDBC parameter logintype
74ca996
#48 Add logintype param (#49)
1a1c8d0
* #48: Add JDBC parameter logintype * Create archive of test results
kaklakariada
Successfully merging a pull request may close this issue.
The
loginType
property will be changed in JDBC driver 7.1.7 and 8.0.0. It will be renamed tologintype
with valuessspi
andgss
.The old property
loginType
with values1
and2
will be kept for backwards compatibility.In order to work with future JDBC drivers, the connector must specify both parameters
loginType=2
andlogintype=gss
.The text was updated successfully, but these errors were encountered: