When setting up a new Microsoft SQL server data source, is there a way to configure the DB authentication using LDAP instead of standard DB user/password ?
(running on version 8.0.2.b37747)
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
1 Like
I’m not sure. How do you expect this feature to work? That each user in Redash has their credentials passed to the database?
We receive active directory (LDAP) user id and password for the data source. Currently with the sql server data source seems to only supports sql server local server accounts.
Similar to this for JDBC connections: Building the connection URL - JDBC Driver for SQL Server | Microsoft Docs
If using node.js, something like this?