[PATCH] Add NS records for secondary DCs to SOA records

Rowland Penny repenny241155 at gmail.com
Thu Dec 31 13:22:32 UTC 2015


On 30/12/15 21:09, Rowland Penny wrote:
>
>
>>
>> I haven't looked in details but it seems Andrew already has fixes for 
>> it.
>>
>> See
>> https://git.samba.org/?p=abartlet/samba.git/.git;a=shortlog;h=refs/heads/samba_dnsupdate-and-tests-base 
>>
>> https://git.samba.org/?p=abartlet/samba.git/.git;a=commitdiff;h=640e3d568a91ebb93f9bae2ecda5d051698895a5 
>>
>> https://git.samba.org/?p=abartlet/samba.git/.git;a=commit;h=4383ec5b83d12bd19749582217f082cbaa31a128 
>>
>
> I will examine these.
>
>

OK, I have started to look at Andrews fixes and this one jumps out at 
me, 'dns_update_list: Add in NS records'

The main part is this:

+${IF_RWDNS_FOREST}NS 
${DNSDOMAIN}                                          ${HOSTNAME}
+${IF_RWDNS_FOREST}NS 
${DNSFOREST}                                          ${HOSTNAME}
+${IF_RWDNS_FOREST}NS 
_msdcs.${DNSFOREST}                                   ${HOSTNAME}

Do not understand this, where has the third SOA record come from ? and 
why is ${DNSDOMAIN} part of ${IF_RWDNS_FOREST} and not ${IF_RWDNS_DOMAIN} ?

Rowland



More information about the samba-technical mailing list