From owner-cvs-etc Mon Oct 17 04:26:07 1994 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id EAA04207 for cvs-etc-outgoing; Mon, 17 Oct 1994 04:26:07 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id EAA04196; Mon, 17 Oct 1994 04:25:05 -0700 Received: by gvr.win.tue.nl (8.6.8/1.53) id MAA20909; Mon, 17 Oct 1994 12:24:40 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199410171124.MAA20909@gvr.win.tue.nl> Subject: Re: cvs commit: src/etc skey.access To: davidg@Root.COM Date: Mon, 17 Oct 1994 12:24:40 +0100 (MET) Cc: guido@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199410162242.PAA02917@corbin.Root.COM> from "David Greenman" at Oct 16, 94 03:42:28 pm X-Mailer: ELM [version 2.4 PL23beta2] Content-Type: text Content-Length: 837 Sender: cvs-etc-owner@FreeBSD.org Precedence: bulk David Greenman wrote: > > 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? > It doesnt even get that far in the code. It immediately returns, thus allowing ordinary UN*X passwords. So this works around the scheme you scetch here. Btw: I am not completely done with this commit as I want to put skey.access in teh examples directory. But since we had one there already and that one moved to the Attic, cvs add complains. I don't know how to resurrect the old version. Can anyone help me with that? > -DG > -Guido