secur32: Give a hint where to find ntlm_auth.
This commit is contained in:
parent
c2d47ced74
commit
78b047e4e4
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue