From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=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 2d468c59 for ; Wed, 7 Nov 2018 11:38:07 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id E7A57A22C1; Wed, 7 Nov 2018 21:38:05 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 2E89BA22A0; Wed, 7 Nov 2018 21:37:44 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B2A35A22A0; Wed, 7 Nov 2018 19:06:00 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id 69C8394111 for ; Wed, 7 Nov 2018 19:06:00 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id wA795wtw017304; Wed, 7 Nov 2018 02:05:58 -0700 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id wA795wxP017303; Wed, 7 Nov 2018 09:05:58 GMT From: arnold@skeeve.com Message-Id: <201811070905.wA795wxP017303@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Wed, 07 Nov 2018 02:05:58 -0700 To: tuhs@minnie.tuhs.org, crossd@gmail.com References: In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Dan Cross wrote: > What was the introduction of DNS into the mix like? I can imagine that that > changed all sorts of assumptions about failure modes and the like. I'm not sure what you're asking. 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(). DNS configuration files were a trip, especially for someone used to the very simple Unix configuration files like /etc/passwd and /etc/hosts. Circa 1985/1986 I was responsible for bringing up DNS at the Emory U campus. Once in place, things pretty much just worked. Or at least, from this distant vantage point, that's what I seem to remember. Arnold