From 69ef2b37050d44394c4e68c315a5af0afe332656 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 25 Sep 2010 21:13:07 +0400 Subject: upgradeprovision: use the same case for hostname in reference provision as in the current provision Autobuild-User: Andrew Tridgell Autobuild-Date: Sun Sep 26 01:21:52 UTC 2010 on sn-devel-104 --- source4/scripting/python/samba/upgradehelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 0a896d8625..d8474dea14 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -374,7 +374,7 @@ def newprovision(names, setup_dir, creds, session, smbconf, provdir, logger): domain=names.domain, domainguid=names.domainguid, domainsid=str(names.domainsid), ntdsguid=names.ntdsguid, policyguid=names.policyid, policyguid_dc=names.policyid_dc, - hostname=names.netbiosname, hostip=None, hostip6=None, + hostname=names.netbiosname.lower(), hostip=None, hostip6=None, invocationid=names.invocation, adminpass=names.adminpass, krbtgtpass=None, machinepass=None, dnspass=None, root=None, nobody=None, wheel=None, users=None, -- cgit