1
0
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:
Jelmer Vernooij
2005-03-21 21:22:07 +00:00
committed by Gerald (Jerry) Carter
parent e5bc6f4f17
commit ccefd78233
31 changed files with 186 additions and 278 deletions

View File

@@ -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",