mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
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}";
|
|
};
|
|
|