From owner-freebsd-hackers Fri Jan 10 23:31:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA04702 for hackers-outgoing; Fri, 10 Jan 1997 23:31:56 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA04697 for ; Fri, 10 Jan 1997 23:31:53 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.3/CET-v2.1) with SMTP id HAA12712; Sat, 11 Jan 1997 07:31:44 GMT Date: Sat, 11 Jan 1997 16:31:44 +0900 (JST) From: Michael Hancock To: Leonard Chua cc: freebsd-hackers@freebsd.org Subject: Re: pppd and the login option In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 10 Jan 1997, Leonard Chua wrote: > PS> why do I want to use the system database? Simple - I don't like > having a unencrypted password file anywhere (even if it's supposedly > group and world unreadable). It's a trade off with having a clear text file with passwords or having clear text go over the wire when considering CHAP vs. PAP w/ the system database. Mike Hancock