From d6c6700a3a174e674fc3519bf10c4d07cb06dd8c Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Mon, 14 Aug 2017 14:05:43 -0700 Subject: [PATCH] Change Integrated Auth to Windows Authentication (#432) --- .../Connection/ConnectionProviderOptionsHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionProviderOptionsHelper.cs b/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionProviderOptionsHelper.cs index 7e0b4c2d..07970742 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionProviderOptionsHelper.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/Connection/ConnectionProviderOptionsHelper.cs @@ -49,7 +49,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection SpecialValueType = ConnectionOption.SpecialValueAuthType, CategoryValues = new CategoryValue[] { new CategoryValue {DisplayName = "SQL Login", Name = "SqlLogin" }, - new CategoryValue {DisplayName = "Integrated Auth", Name= "Integrated" } + new CategoryValue {DisplayName = "Windows Authentication", Name= "Integrated" } }, IsIdentity = true, IsRequired = true,