summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-08 00:34:05 +0200
committerGünther Deschner <gd@samba.org>2009-10-13 00:07:45 +0200
commit4a1b50afd567313cc25d5bbc14e01e170aa62a00 (patch)
tree655537d2d31a0f77e9b3284f25ea85d4cab2a8d8 /source3/utils
parentfaad888e1a3bfd339df92d8d749e95034f64c80a (diff)
downloadsamba-4a1b50afd567313cc25d5bbc14e01e170aa62a00.tar.gz
samba-4a1b50afd567313cc25d5bbc14e01e170aa62a00.tar.bz2
samba-4a1b50afd567313cc25d5bbc14e01e170aa62a00.zip
s3-netlogon: pass down account name to remote password set functions.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index c3d002c1b1..896ea8cc65 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -344,6 +344,7 @@ static NTSTATUS rpc_oldjoin_internals(struct net_context *c,
E_md4hash(trust_passwd, orig_trust_passwd_hash);
result = trust_pw_change_and_store_it(pipe_hnd, mem_ctx, c->opt_target_workgroup,
+ global_myname(),
orig_trust_passwd_hash,
sec_channel_type);