mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
Missed on instance of external creds.
Guenther (This used to be commit 65d50f518766ab0a8115c2599d190e642eb00754)
This commit is contained in:
parent
fb2c13fe19
commit
62b3fd209d
@ -85,8 +85,10 @@ static WERROR NetJoinDomainRemote(TALLOC_CTX *mem_ctx,
|
||||
status = cli_full_connection(&cli, NULL, server_name,
|
||||
NULL, 0,
|
||||
"IPC$", "IPC",
|
||||
opt_user_name, opt_workgroup,
|
||||
opt_password, 0, Undefined, NULL);
|
||||
ctx->username,
|
||||
ctx->workgroup,
|
||||
ctx->password,
|
||||
0, Undefined, NULL);
|
||||
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
werr = ntstatus_to_werror(status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user