samba_dnsupdate currently registers PDC-Emulator SRV-Records for all DCs (alpha17~git201110100928). Removing the following two lines from source4/setup/dns_update_list and creating a single PDC-Emulator SRV-Record manually for one DC solved this issue for us. SRV _ldap._tcp.pdc._msdcs.${DNSDOMAIN} ${HOSTNAME} 389 SRV _ldap._tcp.pdc._msdcs.${DNSFOREST} ${HOSTNAME} 389
Kai, how could we handle this?
Not sure what the correct behaviour here is. What does windows do? It's not really my area of expertise.
http://msdn.microsoft.com/en-us/library/cc223809%28v=prot.10%29.aspx
Assigning to Andrew per his request.
This should have been fixed.