Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

MSSQL Domain Credential #5300

Open
marrocksd opened this issue Aug 10, 2021 · 3 comments
Open

MSSQL Domain Credential #5300

marrocksd opened this issue Aug 10, 2021 · 3 comments
Labels
area/connectors Connector related issues connectors/source/mssql frozen Not being actively worked on lang/java team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/enhancement New feature or request

Comments

@marrocksd
Copy link

Tell us about the problem you're trying to solve

Hi all, it seems that the SQL connection only accept Basic Authentication (Username/password).
I would be great if we can login using Windows Credential/Domain Credential because they are quite common for MSSQL users.
Or if you already have support for that, please tell me how.
Thank you all for such a great product.

Describe the solution you’d like

I think we might need the jtds driver for that.

Describe the alternative you’ve considered or used

Example using Datagrip
image
image

@marrocksd marrocksd added the type/enhancement New feature or request label Aug 10, 2021
@sherifnada sherifnada added the area/connectors Connector related issues label Nov 19, 2021
@grishick grishick added the team/db-dw-sources Backlog for Database and Data Warehouse Sources team label Sep 27, 2022
@grishick
Copy link
Contributor

Tagging this for DB & DW sources team for now. Once we finish the implementation for the MS SQL Source, please file an issue for MS SQL destination

@danieljaniga
Copy link

@marrocksd Iam using following JDBC URL Params for setting custom domain: integratedSecurity=true&authenticationScheme=NTLM&domain=yourdomain

@prateekmukhedkar
Copy link
Contributor

@marrocksd does setting the JDBC url parameters work for you? Thanks @danieljaniga for your help!

@bleonard bleonard added the frozen Not being actively worked on label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues connectors/source/mssql frozen Not being actively worked on lang/java team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/enhancement New feature or request
Projects
Status: Backlog (unscoped)
Development

No branches or pull requests

6 participants