summaryrefslogtreecommitdiffstats
path: root/python/samba/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/upgrade.py')
-rw-r--r--python/samba/upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/upgrade.py b/python/samba/upgrade.py
index 11a66a6116..94b7732312 100644
--- a/python/samba/upgrade.py
+++ b/python/samba/upgrade.py
@@ -725,7 +725,7 @@ Please fix this account before attempting to upgrade again
# Do full provision
result = provision(logger, session_info,
targetdir=targetdir, realm=realm, domain=domainname,
- domainsid=str(domainsid), next_rid=next_rid,
+ domainsid=domainsid, next_rid=next_rid,
dc_rid=machinerid, adminpass = adminpass,
dom_for_fun_level=dsdb.DS_DOMAIN_FUNCTION_2003,
hostname=netbiosname.lower(), machinepass=machinepass,