Skip to content
Snippets Groups Projects
Commit 6ae83720 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard
Browse files

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

parent b897ad17
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment