summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-01-07 19:57:08 +0000
committerGerald Carter <jerry@samba.org>2004-01-07 19:57:08 +0000
commitfb1c0450f2a804edf317b3be9eb1a1ff2a6cbb16 (patch)
tree9607d2dc88cc9b6ebd04b7bafc2372401c281601 /source3
parente41a67a18839ea8a5e1bd5403f3668e7f2b374b7 (diff)
downloadsamba-fb1c0450f2a804edf317b3be9eb1a1ff2a6cbb16.tar.gz
samba-fb1c0450f2a804edf317b3be9eb1a1ff2a6cbb16.tar.bz2
samba-fb1c0450f2a804edf317b3be9eb1a1ff2a6cbb16.zip
commiting jra's fix for Exchange clear test auth
(This used to be commit 344e113368cb46fc4d26107d1cd276e4c76a6a9b)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_parse/parse_net.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c
index 89673dd0e3..90cd348f5a 100644
--- a/source3/rpc_parse/parse_net.c
+++ b/source3/rpc_parse/parse_net.c
@@ -1317,9 +1317,10 @@ void init_net_user_info3(TALLOC_CTX *ctx, NET_USER_INFO_3 *usr,
memset((char *)usr->padding, '\0', sizeof(usr->padding));
+#if 0 /* JRATEST - exchange auth test. */
if (lm_session_key != NULL)
memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key));
-
+#endif
num_other_sids = init_dom_sid2s(ctx, other_sids, &usr->other_sids);