From owner-freebsd-hackers Sat Jan 11 02:04:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA08776 for hackers-outgoing; Sat, 11 Jan 1997 02:04:00 -0800 (PST) Received: from earth.infinetconsulting.com (earth.infinetconsulting.com [207.23.43.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA08766 for ; Sat, 11 Jan 1997 02:03:54 -0800 (PST) Received: (from lenc@localhost) by earth.infinetconsulting.com (8.6.12/8.6.12) id CAA29394; Sat, 11 Jan 1997 02:17:23 -0800 Date: Sat, 11 Jan 1997 02:17:22 -0800 (PST) From: Leonard Chua To: Michael Hancock 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 Sat, 11 Jan 1997, Michael Hancock wrote: > 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. > True. My assumption, however, is that the PAP clear text goes over the TCP/IP between the dialup client, via the modem, to my dialup server. There should be no reason for such packets to ever enter the rest of the internet. A TCP/IP guru might confirm/deny this. Len.