From owner-cvs-etc Sun Oct 16 16:21:28 1994 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id QAA14388 for cvs-etc-outgoing; Sun, 16 Oct 1994 16:21:28 -0700 Received: from precipice.Shockwave.COM (precipice.shockwave.com [131.108.142.18]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id QAA14382; Sun, 16 Oct 1994 16:20:36 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.Shockwave.COM (8.6.8/8.6.5) with SMTP id QAA05553; Sun, 16 Oct 1994 16:19:18 -0700 Message-Id: <199410162319.QAA05553@precipice.Shockwave.COM> To: davidg@Root.COM cc: Guido van Rooij , CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Subject: Re: cvs commit: src/etc skey.access In-reply-to: Your message of "Sun, 16 Oct 1994 15:42:47 PDT." <199410162242.PAA02917@corbin.Root.COM> Date: Sun, 16 Oct 1994 16:19:18 -0700 From: Paul Traina Sender: cvs-etc-owner@FreeBSD.org Precedence: bulk the logic is such that it doesn't get that far now if the file is missing. From: David Greenman Subject: Re: cvs commit: src/etc skey.access >guido 94/10/16 21:55:59 > > Modified: . RELEASE-NOTES-2.0.INPUT > Removed: etc skey.access > Log: > Removed skey.access from etc, thus disabling S/Key by default. The > sample skey.access file is moved to usr/share/examples/etc. One question: last time I looked at the code, I found that if the skey library failed to do the DNS lookup that it would ask for a password anyway (the check for the skey file didn't matter). Has this problem been fixed? -DG