1
0
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:
Amitay Isaacs
2011-11-25 15:43:53 +11:00
parent 7ac5c5061e
commit 1e935d1bdc
4 changed files with 6 additions and 6 deletions

View File

@ -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):