mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
commiting jra's fix for Exchange clear test auth
(This used to be commit 344e113368cb46fc4d26107d1cd276e4c76a6a9b)
This commit is contained in:
parent
e41a67a188
commit
fb1c0450f2
@ -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));
|
memset((char *)usr->padding, '\0', sizeof(usr->padding));
|
||||||
|
|
||||||
|
#if 0 /* JRATEST - exchange auth test. */
|
||||||
if (lm_session_key != NULL)
|
if (lm_session_key != NULL)
|
||||||
memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key));
|
memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key));
|
||||||
|
#endif
|
||||||
|
|
||||||
num_other_sids = init_dom_sid2s(ctx, other_sids, &usr->other_sids);
|
num_other_sids = init_dom_sid2s(ctx, other_sids, &usr->other_sids);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user