1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/dns_server
Amitay Isaacs 97dd673157 s4-dns: Ignore duplicate dns zones from multiple locations in dlz_bind9
BIND DLZ module currently loads DNS zones from DNS partitions and domain
partitions using following prefixes:

   CN=MicrosoftDNS,DC=DomainDnsZones
   CN=MicrosoftDNS,DC=ForestDNSZones
   CN=MicrosoftDNS,CN=System

Windows supports DNS zones duplicated in DNS partitions and domain
partition and updates both of them simultaneously.

BIND DLZ module can handle DNS zones stored either in DNS partitions
or domain partition, but not both.  This patch ignores duplicate zones
from domain partition and allows BIND9 to work with AD with duplicate
DNS zones.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Kai Blin <kai@samba.org>
2013-11-30 14:22:57 +11:00
..
dlz_bind9.c s4-dns: Ignore duplicate dns zones from multiple locations in dlz_bind9 2013-11-30 14:22:57 +11:00
dlz_minimal.h dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9 2012-04-16 11:16:34 +10:00
dns_crypto.c dns: Use new DNS debugclass in DNS server 2013-05-16 21:40:15 +10:00
dns_query.c dns: Support larger queries when asking forwarder 2013-05-26 18:13:28 +02:00
dns_server.c dns: Support larger queries when asking forwarder 2013-05-26 18:13:28 +02:00
dns_server.h dns: Support larger queries when asking forwarder 2013-05-26 18:13:28 +02:00
dns_update.c dns: Use new DNS debugclass in DNS server 2013-05-16 21:40:15 +10:00
dns_utils.c dns: Delete dnsNode objects when they are empty 2013-06-01 18:48:11 +10:00
TODO dns: Update TODO list 2013-07-29 09:12:17 +02:00
wscript_build selftest: Add tests for the dlz_bind9 module 2012-09-06 15:22:26 +10:00