secur32: Don't try to use ntlm_auth --use-cred-cache

Kai Blin kai.blin at gmail.com
Wed May 20 04:06:05 CDT 2009


If ntlm_auth actually uses the cred cache, it will not give a session key.
As the Wine NTLM code depends on the session key to do transport crypto, don't
attempt to use the winbind cred cache.

This completely reverts my attempted fix 7788c8ed and also parts of Rob's
888a8e27 and 8a2125f9. It does not affect the code using wine's own credential
cache.
---
 dlls/secur32/ntlm.c |   25 +++++++------------------
 1 files changed, 7 insertions(+), 18 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3b2e69ea2a183f297d98ff888150654dd84062b4.diff
Type: text/x-patch
Size: 2850 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090520/399dffad/attachment.bin>


More information about the wine-patches mailing list