mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s4-provision: Make BIND9_DLZ as the default backend for DNS
This commit is contained in:
@ -619,7 +619,7 @@ class dc_join(object):
|
||||
targetdir=ctx.targetdir, samdb_fill=FILL_SUBDOMAIN,
|
||||
machinepass=ctx.acct_pass, serverrole="domain controller",
|
||||
lp=ctx.lp, hostip=ctx.names.hostip, hostip6=ctx.names.hostip6,
|
||||
dns_backend="BIND9_FLATFILE")
|
||||
dns_backend="BIND9_DLZ")
|
||||
print("Provision OK for domain %s" % ctx.names.dnsdomain)
|
||||
|
||||
def join_replicate(ctx):
|
||||
|
Reference in New Issue
Block a user