mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
commiting jra's fix for Exchange clear test auth
(This used to be commit 344e113368
)
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));
|
||||
|
||||
#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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user