diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-16 13:19:50 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-16 14:10:44 +1100 |
commit | a9808ae83da936a2b93c9b8400ad2283a843ab4b (patch) | |
tree | f6b1bf1f3ea5fdfd7228098ad89a2c27b4562505 /source4/setup | |
parent | 473345f8003a89a365a80963c24cb90d932c4e31 (diff) | |
download | samba-a9808ae83da936a2b93c9b8400ad2283a843ab4b.tar.gz samba-a9808ae83da936a2b93c9b8400ad2283a843ab4b.tar.bz2 samba-a9808ae83da936a2b93c9b8400ad2283a843ab4b.zip |
s4-provision: added "check-names ignore;" to allow for _msdcs A records
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/named.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 0b087069c7..18e3300cea 100644 --- a/source4/setup/named.conf +++ b/source4/setup/named.conf @@ -43,6 +43,9 @@ zone "${DNSDOMAIN}." IN { */ grant ${REALM} ms-self * A AAAA; }; + + /* we need to use check-names ignore so _msdcs A records can be created */ + check-names ignore; }; # The reverse zone configuration is optional. The following example assumes a |