From a9808ae83da936a2b93c9b8400ad2283a843ab4b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 16 Jan 2010 13:19:50 +1100 Subject: [PATCH] s4-provision: added "check-names ignore;" to allow for _msdcs A records --- source4/setup/named.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 0b087069c77..18e3300cea6 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 -- 2.34.1