Skip to content

Commit 52fc287

Browse files
tianzhouclaude
andcommitted
docs: clarify SQL Server integrated security is unsupported
Integrated security / trusted connection (no credentials in the DSN) is not supported because DBHub uses the pure-JS tedious driver, which lacks SSPI/Kerberos. NTLM still requires explicit credentials. Documents this in the SQL Server DSN tab to address issue #316. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dcc6011 commit 52fc287

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/config/command-line.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ Command-line flags are passed when starting DBHub. These have the highest priori
112112
# Azure AD authentication (password optional/empty)
113113
sqlserver://username@localhost:1433/mydb?authentication=azure-active-directory-access-token
114114
```
115+
116+
<Note>
117+
Integrated security (a trusted connection using the logged-in
118+
Windows user, with no username/password in the DSN) is **not
119+
supported**. DBHub uses the pure-JS `tedious` driver, which has no
120+
SSPI/Kerberos support. Note that `authentication=ntlm` still
121+
requires an explicit username and password in the DSN, so it is not
122+
a trusted connection. Use SQL authentication or, for Azure SQL,
123+
Azure AD instead.
124+
</Note>
115125
</Tab>
116126

117127
<Tab title="SQLite">

0 commit comments

Comments
 (0)