From 449ca7575904e4ed78f2696bb16cef5143761bbc Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 6 Dec 2011 14:43:45 +1100 Subject: [PATCH] s4-s3-upgrade: Use lowercase hostname as hostname for provision --- source4/scripting/python/samba/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/python/samba/upgrade.py b/source4/scripting/python/samba/upgrade.py index 3a428604cb7..e9f72e9a6e9 100644 --- a/source4/scripting/python/samba/upgrade.py +++ b/source4/scripting/python/samba/upgrade.py @@ -636,7 +636,7 @@ Please fix this account before attempting to upgrade again domainsid=str(domainsid), next_rid=next_rid, dc_rid=machinerid, dom_for_fun_level=dsdb.DS_DOMAIN_FUNCTION_2003, - hostname=netbiosname, machinepass=machinepass, + hostname=netbiosname.lower(), machinepass=machinepass, serverrole=serverrole, samdb_fill=FILL_FULL, useeadb=useeadb, dns_backend=dns_backend) -- 2.34.1