From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 89e46685 for ; Wed, 7 Nov 2018 23:08:49 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 31D98A2406; Thu, 8 Nov 2018 09:08:48 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5A2BEA22DB; Thu, 8 Nov 2018 09:08:28 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 2C4D6A22C6; Thu, 8 Nov 2018 06:15:21 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id E0682A22A1 for ; Thu, 8 Nov 2018 06:15:20 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 5EC0E35E0F0; Wed, 7 Nov 2018 12:15:20 -0800 (PST) Date: Wed, 7 Nov 2018 12:15:20 -0800 From: Larry McVoy To: Dan Cross Message-ID: <20181107201520.GA14737@mcvoy.com> References: <201811070905.wA795wxP017303@freefriends.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Directory services in early Unix networks? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Wed, Nov 07, 2018 at 12:15:32PM -0500, Dan Cross wrote: > On Wed, Nov 7, 2018 at 4:05 AM wrote: > When DNS came along, it became > > a matter of editing /etc/nsswitch.conf to include dns as one of the > > options along with files and yp/nis. I think the average user didn't > > see any big difference since all the apps (ftp, telnet) just went > > through gethostbyname(). > > This doesn't mesh with my memory. I recall building BIND from source and > having to rebuild network programs (e.g. on 4.3 on the RT or VAXen) to pick > up the new version of libresolv.a, and hacking the resolver library into > libc.so on Suns. I remember using resolv.conf fairly early on, but my > memory is that nsswitch.conf came later (Solaris 2.x era?). Yeah, this is right, I remember doing this as well and I worked at Sun at that point. It was a pain.