summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/rpcclient/cmd_samr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index 9cbd24f2b1..476ea08ea8 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -790,6 +790,9 @@ void cmd_sam_create_dom_user(struct client_info *info, int argc, char *argv[])
nt_owf_genW(&upw, ntpw);
+ strupper(domain);
+ strupper(name);
+
report(out_hnd, "Join %s to Domain %s", name, domain);
if (create_trust_account_file(domain, name, ntpw))
{