Task #2711
closed
Support 'Windows authentication' in the wizard for the SQL Server database table
Added by Alena Peterová almost 4 years ago.
Updated about 3 years ago.
Description
We need to use more connection properties, when connecting to the SQL Server under a domain user using Windows Authentication.
These properties have to be written in the JDBC URL, but currently, there is no way to do it in the wizard.
I needed these: integratedSecurity=true;authenticationScheme=NTLM;domain=somedomain.tld.
Description: https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-2017
Note: The user wasn't created locally in the DB => SQL Server Authentication didn't work. IdM isn't installed on Windows => NativeAuthentication couldn't be used. So NTLM and we had to use standard Database table connector.
- Priority changed from Normal to High
This would be nice to solve, because we meet SQL Server databases as a HR system quite often.
- Target version set to 11.2.0
- Estimated time set to 8.00 h
- Status changed from New to In Progress
- Subject changed from Support connection properties in the wizard for the SQL Server database table to Support 'Windows authentication' in the wizard for the SQL Server database table
- % Done changed from 0 to 70
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Ondrej Husník
- % Done changed from 70 to 90
- Assignee changed from Ondrej Husník to Radek Tomiška
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Vít Švanda
I did test and code review, it works, awesome, thx!
I found just one minor issue - filled database, table and key column input value is lost, when authentization method (or trust server certificate, ntlm) is changed.
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 90 to 100
I did test and code review, it works, awesome, thx!
- Status changed from Resolved to Closed
Also available in: Atom
PDF