Commit 6ae83720 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

secur32: Tell the user if ntlm_auth is not found or outdated.

parent b897ad17
......@@ -1619,5 +1619,10 @@ void SECUR32_initNTLMSP(void)
SecureProvider *provider = SECUR32_addProvider(&ntlmTableA, &ntlmTableW, NULL);
SECUR32_addPackages(provider, 1L, &infoA, &infoW);
}
else
{
ERR("ntlm_auth was not found or is outdated. "
"Make sure that ntlm_auth >= 3.x is in your path.\n");
}
cleanup_helper(helper);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment