SQL Server Authentication issues in CIS-CAT Pro Assessor
Product Name
CIS-CAT Pro Assessor
Product Version
All
Date
Jun 14, 2021
Ā
Problem
Connection using JDBC string fails using Domain Accounts
Ā
Solution
Please try one of the following modifications to the JDBC string:
add
authenticationScheme=NTLM
to JDBC connection stringIf the database accepts Windows authentication for your domain user, use just
integratedSecurity=true
instead of domain, user, and password. This will use the domain, user, and credentials of the user logged onto the machine on which CIS-CAT is being run.
Keywords;
Content by Label
Ā