Skip to content

Commit 91af86f

Browse files
authored
Clarify that MSSQL supports only SQL Server auth
1 parent 543e9ba commit 91af86f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/reference/connector/docs/connectors-ms-sql.asciidoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ include::_connectors-create-native.asciidoc[]
4545
To use this connector as a *managed connector*, use the *Connector* workflow.
4646
See <<es-native-connectors>>.
4747
48-
Users require the `sysadmin` server role.
48+
Users require the `sysadmin` SQL Server role.
49+
Note that SQL Server Authentication is required.
50+
Windows Authenticationis not supported.
4951
5052
For additional operations, see <<es-connectors-usage>>.
5153
@@ -75,10 +77,10 @@ Port::
7577
The port where the Microsoft SQL Server is hosted. Default value is `1433`.
7678
7779
Username::
78-
The username of the account for Microsoft SQL Server.
80+
The username of the account for Microsoft SQL Server (SQL Server Authentication only).
7981
8082
Password::
81-
The password of the account to be used for the Microsoft SQL Server.
83+
The password of the account to be used for the Microsoft SQL Server (SQL Server Authentication only).
8284
8385
Database::
8486
Name of the Microsoft SQL Server database.
@@ -310,6 +312,8 @@ include::_connectors-create-client.asciidoc[]
310312
===== Usage
311313
312314
Users require the `sysadmin` server role.
315+
Note that SQL Server Authentication is required.
316+
Windows Authenticationis not supported.
313317
314318
To use this connector as a *self-managed connector*, see <<es-build-connector>>
315319
For additional usage operations, see <<es-connectors-usage>>.
@@ -350,10 +354,10 @@ Examples:
350354
The port where the Microsoft SQL Server is hosted. Default value is `9090`.
351355
352356
`username`::
353-
The username of the account for Microsoft SQL Server.
357+
The username of the account for Microsoft SQL Server. (SQL Server Authentication only)
354358
355359
`password`::
356-
The password of the account to be used for the Microsoft SQL Server.
360+
The password of the account to be used for the Microsoft SQL Server. (SQL Server Authentication only)
357361
358362
`database`::
359363
Name of the Microsoft SQL Server database.

0 commit comments

Comments
 (0)