aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-08-23 10:37:53 +0200
committersonartech <sonartech@sonarsource.com>2024-08-23 20:02:33 +0000
commit0fcbbe4ab087d8ff33b7c756769e0cd834b4eef5 (patch)
treeb60c7b554a32986ea3799e3cb5540e0dae8756aa /sonar-application
parent7dec8953ddce0cb7445740d3c5df0d426cfee354 (diff)
downloadsonarqube-0fcbbe4ab087d8ff33b7c756769e0cd834b4eef5.tar.gz
sonarqube-0fcbbe4ab087d8ff33b7c756769e0cd834b4eef5.zip
SONAR-22473 make the instruction for integrated security not dependant of the version.
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 41836c3ff4c..a3425010a3e 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -47,9 +47,9 @@
# A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
# Use the following connection string if you want to use integrated security with Microsoft Sql Server
# Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security
-# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 12.4.2 package from
-# https://github.com/microsoft/mssql-jdbc/releases/download/v12.4.2/mssql-jdbc_auth.zip
-# and 'mssql-jdbc_auth-12.4.2.x64.dll' to your path.
+# For Integrated Security to work, you have to install the Microsoft SQL JDBC Auth package
+# Please refer to the online documentation https://docs.sonarsource.com/sonarqube
+# for the exact procedure for this version of SonarQube.
#sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true
# Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server.