mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
s4-provision: Update configuration lines for dlz_bind9
This adds configuration lines for BIND versions 9.8.x and 9.9.x. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon Apr 16 03:52:14 CEST 2012 on sn-devel-104
This commit is contained in:
committed by
Amitay Isaacs
parent
bbc98df743
commit
06a0101082
@ -814,11 +814,9 @@ def create_named_conf(paths, realm, dnsdomain, dns_backend):
|
||||
setup_file(setup_path("named.conf.update"), paths.namedconf_update)
|
||||
|
||||
elif dns_backend == "BIND9_DLZ":
|
||||
dlz_module_path = os.path.join(samba.param.modules_dir(),
|
||||
"bind9/dlz_bind9.so")
|
||||
setup_file(setup_path("named.conf.dlz"), paths.namedconf, {
|
||||
"NAMED_CONF": paths.namedconf,
|
||||
"BIND9_DLZ_MODULE": dlz_module_path,
|
||||
"MODULESDIR" : samba.param.modules_dir(),
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user