1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/setup/named.conf.dlz
Amitay Isaacs 9a5524e00a s4-provision: Add named.conf template for BIND9 with DLZ support
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-09-12 20:42:14 +10:00

15 lines
333 B
Plaintext

# 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}";
};