diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-05-13 15:31:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:42 -0500 |
commit | 060f94b9fcf9ceddff6700738e35b537cef605ca (patch) | |
tree | 4378bf24723185287e33eb53955b7bc058f9a409 | |
parent | 03631a6d1f45f8c60fa63c89f7aa66020adbfec9 (diff) | |
download | samba-060f94b9fcf9ceddff6700738e35b537cef605ca.tar.gz samba-060f94b9fcf9ceddff6700738e35b537cef605ca.tar.bz2 samba-060f94b9fcf9ceddff6700738e35b537cef605ca.zip |
r684: Note the fact that NTLMv2 provides a weath of futher testcases...
Andrew Bartlett
(This used to be commit d75558cdcbbb89dbe66287d7461b7abae14a8d36)
-rw-r--r-- | source4/torture/rpc/netlogon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index b49ba1ef55..0bdb63121c 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -737,6 +737,7 @@ static BOOL test_lmv2_ntlmv2_broken(struct samlogon_state *samlogon_state, enum ZERO_STRUCT(user_session_key); + /* TODO - test with various domain cases, and without domain */ if (!SMBNTLMv2encrypt(samlogon_state->username, lp_workgroup(), samlogon_state->password, &samlogon_state->chall, &names_blob, &lmv2_response, &ntlmv2_response, |