mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
9a5524e00a
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
15 lines
333 B
Plaintext
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}";
|
|
};
|
|
|