mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
r5928: Use cli_credentials in:
- gtk+ (returned by GtkHostBindingDialog as well now) - torture/ - librpc/ - lib/com/dcom/
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e5bc6f4f17
commit
ccefd78233
@@ -101,10 +101,7 @@ static NTSTATUS libnet_rpc_connect_standard(struct libnet_context *ctx, TALLOC_C
|
||||
binding,
|
||||
r->standard.in.dcerpc_iface_uuid,
|
||||
r->standard.in.dcerpc_iface_version,
|
||||
lp_netbios_name(),
|
||||
cli_credentials_get_domain(ctx->credentials),
|
||||
cli_credentials_get_username(ctx->credentials),
|
||||
cli_credentials_get_password(ctx->credentials));
|
||||
ctx->credentials);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
r->standard.out.error_string = talloc_asprintf(mem_ctx,
|
||||
"dcerpc_pipe_connect to pipe %s failed with %s\n",
|
||||
|
||||
Reference in New Issue
Block a user