@@ -45,7 +45,9 @@ include::_connectors-create-native.asciidoc[]
4545To use this connector as a *managed connector*, use the *Connector* workflow. 
4646See <<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 Authentication is not supported. 
4951
5052For additional operations, see <<es-connectors-usage>>. 
5153
@@ -75,10 +77,10 @@ Port::
7577The port where the Microsoft SQL Server is hosted. Default value is `1433`. 
7678
7779Username:: 
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
8082Password:: 
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
8385Database:: 
8486Name of the Microsoft SQL Server database. 
@@ -310,6 +312,8 @@ include::_connectors-create-client.asciidoc[]
310312===== Usage 
311313
312314Users require the `sysadmin` server role. 
315+ Note that SQL Server Authentication is required. 
316+ Windows Authentication is not supported. 
313317
314318To use this connector as a *self-managed connector*, see <<es-build-connector>> 
315319For additional usage operations, see <<es-connectors-usage>>. 
@@ -350,10 +354,10 @@ Examples:
350354The 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`:: 
359363Name of the Microsoft SQL Server database. 
0 commit comments