summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/upgradehelpers.py
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-09-25 21:13:07 +0400
committerAndrew Tridgell <tridge@samba.org>2010-09-26 01:21:52 +0000
commit69ef2b37050d44394c4e68c315a5af0afe332656 (patch)
tree9ff941baff58af4ceec2b5a6440402cf282dbb0a /source4/scripting/python/samba/upgradehelpers.py
parente9560722ca01b3a2f23f5750292c0e6450141675 (diff)
downloadsamba-69ef2b37050d44394c4e68c315a5af0afe332656.tar.gz
samba-69ef2b37050d44394c4e68c315a5af0afe332656.tar.bz2
samba-69ef2b37050d44394c4e68c315a5af0afe332656.zip
upgradeprovision: use the same case for hostname in reference provision as in the current provision
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Sep 26 01:21:52 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/scripting/python/samba/upgradehelpers.py')
-rwxr-xr-xsource4/scripting/python/samba/upgradehelpers.py2
1 files changed, 1 insertions, 1 deletions
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,