diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2021-03-24 15:27:37 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-24 20:03:22 +0000 |
commit | 03e4773ebf6cba854cdcf57a600095f65f4f53e7 (patch) | |
tree | 1a6cbeea031e6f755be1c8771adb6ba19e55d644 /sonar-application/src | |
parent | fefd8bd216979ae796cfc4770e95ef9777828883 (diff) | |
download | sonarqube-03e4773ebf6cba854cdcf57a600095f65f4f53e7.tar.gz sonarqube-03e4773ebf6cba854cdcf57a600095f65f4f53e7.zip |
DOCS Update information for SQL Server Integrated Authentication
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 98ccb45e65b..b71cbc74a86 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -40,10 +40,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 driver package from -# https://www.microsoft.com/en-us/download/details.aspx?id=55539 -# and copy sqljdbc_auth.dll to your path. You have to copy the 32 bit or 64 bit version of the dll -# depending upon the architecture of your server machine. +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Driver 9.2.0 package from +# https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#92 +# and copy mssql-jdbc_auth-9.2.0.x64.dll to your path. #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. |