secur32: Give a hint where to find ntlm_auth.

oldstable
Kai Blin 2007-08-29 22:37:27 +02:00 committed by Alexandre Julliard
parent c2d47ced74
commit 78b047e4e4
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}