mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and login
scripts to be executed. We were filling in our name as the server which processed the login, even when it was done by a trusted DC. Thanks to John Janosik <jpjanosi@us.ibm.com> for the fix.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
cd2c467cc4
commit
0446319a3b
@@ -1327,6 +1327,9 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
|
||||
return nt_status;
|
||||
}
|
||||
|
||||
(*server_info)->login_server = unistr2_tdup(mem_ctx,
|
||||
&(info3->uni_logon_srv));
|
||||
|
||||
(*server_info)->ptok = token;
|
||||
|
||||
SAFE_FREE(lgroupSIDs);
|
||||
|
||||
Reference in New Issue
Block a user