secur32: Don't try to use ntlm_auth --use-cred-cache.
authorKai Blin <kai.blin@gmail.com>
Wed, 20 May 2009 09:06:05 +0000 (11:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 May 2009 11:34:16 +0000 (13:34 +0200)
commitec443be73800258f8c921ace0f15e250617e98f0
tree0cb4adeb63985a75d6d91448ab517261b304d20c
parent1d362c90a431680c3d311de728e26833377b7d2c
secur32: Don't try to use ntlm_auth --use-cred-cache.

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