From 78b047e4e40d3e27e6961f8ab639f5a9297c8768 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 29 Aug 2007 22:37:27 +0200 Subject: [PATCH] secur32: Give a hint where to find ntlm_auth. --- dlls/secur32/ntlm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c index 21fbc59c9ef..79241561eb2 100644 --- a/dlls/secur32/ntlm.c +++ b/dlls/secur32/ntlm.c @@ -1868,6 +1868,9 @@ void SECUR32_initNTLMSP(void) MIN_NTLM_AUTH_MAJOR_VERSION, MIN_NTLM_AUTH_MINOR_VERSION, MIN_NTLM_AUTH_MICRO_VERSION); + ERR("Usually, you can find it in the winbind package of your " + "distribution.\n"); + } cleanup_helper(helper); }