summaryrefslogtreecommitdiff
path: root/source4/selftest/provisions/release-4-1-0rc3/private/named.conf
blob: 415eeb0494aae7108ed519251c03e9211c48331e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 "/data/samba/git/samba/st/promoted_dc/private/named.conf";

#
# This configures dynamically loadable zones (DLZ) from AD schema
# Uncomment only single database line, depending on your BIND version
#
dlz "AD DNS Zone" {
    # For BIND 9.8.0
    database "dlopen /data/samba/git/samba/bin/modules/bind9/dlz_bind9.so";

    # For BIND 9.9.0
    # database "dlopen /data/samba/git/samba/bin/modules/bind9/dlz_bind9_9.so";
};