mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
s4-s3-upgrade: Use lowercase hostname as hostname for provision
This commit is contained in:
committed by
Amitay Isaacs
parent
1fdc96ecaf
commit
449ca75759
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user