From: Amitay Isaacs Date: Tue, 6 Dec 2011 03:43:45 +0000 (+1100) Subject: s4-s3-upgrade: Use lowercase hostname as hostname for provision X-Git-Tag: tevent-0.9.15~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=449ca7575904e4ed78f2696bb16cef5143761bbc;p=thirdparty%2Fsamba.git s4-s3-upgrade: Use lowercase hostname as hostname for provision --- 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)