mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
s4-join: use the command line loadparm in provision during a join
this allows a join with an empty smb.conf to override locations of files correctly with --option Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -412,7 +412,7 @@ class dc_join:
|
||||
serverdn=ctx.server_dn, domain=ctx.domain_name,
|
||||
hostname=ctx.myname, domainsid=ctx.domsid,
|
||||
machinepass=ctx.acct_pass, serverrole="domain controller",
|
||||
sitename=ctx.site)
|
||||
sitename=ctx.site, lp=ctx.lp)
|
||||
print "Provision OK for domain DN %s" % presult.domaindn
|
||||
ctx.local_samdb = presult.samdb
|
||||
ctx.lp = presult.lp
|
||||
|
Reference in New Issue
Block a user