SonarQube is installed as a service. jtds-1.3.1-dist is used for SQL Server access. The service works using SQL Server authentication.
I've tried many configurations - a few examples including:
sonar.jdbc.url=jdbc:jtds:sqlserver://dbserver/SonarQube;instance=instance1;SelectMethod=Cursor;integratedSecurity=true
sonar.jdbc.url=jdbc:jtds:sqlserver://dbserver/SonarQube;instance=instance1;SelectMethod=Cursor;integratedSecurity=true;domain=thedomain
sonar.jdbc.url=jdbc:jtds:sqlserver://dbserver/SonarQube;instance=instance1;SelectMethod=Cursor;integratedSecurity=true;useNtlm2=true;domain=thedomain
while the ntlmauth.dll is scattered around half the folders in the hard drive!
The logs either say things similar to 'user sonar cannot connect' or 'user is from a different domain'.
Nothing seems to work.
だれかが sonar.jdbc.url の実際の例と ntlmaut.dll の場所を投稿できれば幸いです。