Patch-ID# 100390-01 Keywords: server, doesn't, dns, zone, domain, secondary, primary, DNS Synopsis: SunOS 4.1, 4.1.x: DNS doesn't work properly with secondary name server Date: Sep/24/91 Solaris release: 1.0 1.0.1 1.1 1.1C SunOS release: 4.1 4.1.1 4.1.2 4.1.3 4.1.3C Unbundled Product: Unbundled Release: Topic: in.named-xfer patch BugId's fixed with this patch: 1067577 Relevant Architecture: sparc NOTE: sun3 sun4 Patches which may conflict with this patch: Obsoleted by: NOTE:Sys_V_Rel4 Problem Description: Bug 1067577: A secondary server for the Internet Domain Name System (DNS) will provide incorrect information about top-level domains. The primary server will have correct information about the top-level domains and the secondary server will have correct information about second-level domains and below. The bug is in the asynchronous zone transfer program "in.named-xfer" which is incorrectly setting the origin for the top-level domains. INSTALL: As root make a copy of the old file: mv /usr/etc/in.named-xfer /usr/etc/in.named-xfer.orig Now copy the new version to /usr/etc and set owner and permissions: cp `arch`/in.named-xfer /usr/etc chown root /usr/etc/in.named-xfer chmod 755 /usr/etc/in.named-xfer