@@ -578,12 +578,12 @@ protected Object[][] getContents() {
578
578
{"R_MSITokenFailureEndpoint" , "MSI Token failure: Failed to acquire token from MSI Endpoint" },
579
579
{"R_propertyNotSupported" ,
580
580
"Microsoft JDBC Driver for SQL Server currently does not support the property: {0}" },
581
- {"R_ntlmHmacMD5Error" , "Unable to initialize NTLM authentication: Hmac MD5 init error" },
581
+ {"R_ntlmHmacMD5Error" , "Unable to initialize NTLM authentication: HMAC- MD5 initialization error. " },
582
582
{"R_ntlmSignatureError" , "NTLM Challenge Message signature error: {0}" },
583
583
{"R_ntlmMessageTypeError" , "NTLM Challenge Message type error: {0}" },
584
- {"R_ntlmAuthenticateError" , "NTLM error constructing Authenticate Message: {0}" },
585
- {"R_ntlmNoTargetInfo" , "NTLM Challenge Message is missing target info ." },
586
- {"R_ntlmUnknownValue" , "NTLM Challenge Message target info error: unknown value \" {0}\" " },
584
+ {"R_ntlmAuthenticateError" , "NTLM error when constructing Authenticate Message: {0}" },
585
+ {"R_ntlmNoTargetInfo" , "NTLM Challenge Message is missing TargetInfo ." },
586
+ {"R_ntlmUnknownValue" , "NTLM Challenge Message TargetInfo error: unknown value \" {0}\" " },
587
587
{"R_useFmtOnlyPropertyDescription" ,
588
588
"Determines whether to enable/disable use of SET FMTONLY to retrieve parameter metadata." },
589
589
{"R_invalidOpenqueryCall" ,
0 commit comments