diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-09-08 15:24:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-12 20:42:14 +1000 |
commit | 9a5524e00ad8f257305f823d4a9936026e6d9160 (patch) | |
tree | 3dba7cad82bff1437624d1a91991bda2090cc931 | |
parent | 41e9f9d504a31e8eed24cb4260c2e574812961e2 (diff) | |
download | samba-9a5524e00ad8f257305f823d4a9936026e6d9160.tar.gz samba-9a5524e00ad8f257305f823d4a9936026e6d9160.tar.bz2 samba-9a5524e00ad8f257305f823d4a9936026e6d9160.zip |
s4-provision: Add named.conf template for BIND9 with DLZ support
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source4/setup/named.conf.dlz | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/setup/named.conf.dlz b/source4/setup/named.conf.dlz new file mode 100644 index 0000000000..c90020ff59 --- /dev/null +++ b/source4/setup/named.conf.dlz @@ -0,0 +1,14 @@ +# This DNS configuration is for BIND 9.8.0 or later with dlz_dlopen support. +# +# This file should be included in your main BIND configuration file +# +# For example with +# include "${NAMED_CONF}"; + +# +# This configures dynamically loadable zones (DLZ) from AD schema +# +dlz "AD DNS Zone" { + database "dlopen ${BIND9_DLZ_MODULE}"; +}; + |