Commit 78b047e4 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

secur32: Give a hint where to find ntlm_auth.

parent c2d47ced
...@@ -1868,6 +1868,9 @@ void SECUR32_initNTLMSP(void) ...@@ -1868,6 +1868,9 @@ void SECUR32_initNTLMSP(void)
MIN_NTLM_AUTH_MAJOR_VERSION, MIN_NTLM_AUTH_MAJOR_VERSION,
MIN_NTLM_AUTH_MINOR_VERSION, MIN_NTLM_AUTH_MINOR_VERSION,
MIN_NTLM_AUTH_MICRO_VERSION); MIN_NTLM_AUTH_MICRO_VERSION);
ERR("Usually, you can find it in the winbind package of your "
"distribution.\n");
} }
cleanup_helper(helper); 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