*BSD News Article 71936


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!in1.uu.net!news.iij.ad.jp!news.CET.CO.JP!usenet
From: Michael Hancock <michaelh@cet.co.jp>
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: Plans for CHAP/PPP in BSDI?
Date: Tue, 25 Jun 1996 21:10:08 +0900
Organization: CET
Lines: 20
Message-ID: <31CFD720.1BB4@cet.co.jp>
References: <4p533b$6qm@agate.nbnet.nb.ca> <31C5A3B1.616@cet.co.jp> <31C4F08A.41C67EA6@cet.co.jp> <4q6gii$rsv@hops.entertain.com> <31CDFF29.41C67EA6@cet.co.jp> <4qmbft$gnb@agate.nbnet.nb.ca>
NNTP-Posting-Host: chaos.cet.co.jp
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0b4 (WinNT; I)

Lance Cavener wrote:
> 
> Michael Hancock <michaelh@cet.co.jp> wrote:
> >It's only 20 lines of code for the ppp detect finite state machine.  The author
> >spent more time on other nice to have details.
> 
>  You know, it would be nice if we could get an address to exacty WHERE
> this thing is! I spent about 2 hours searching for it on the hackers
> mailing list, and I gave up..

Apparently, there were about 4 different implementations done, but only one is 
publically accessible at the moment.

This implementation submitted via send-pr and you can get it by doing a 
query-pr@freebsd.org with a subject [--full 1019].  This version doesn't exec 
pppd directly, but instead always logins in as 'pppuser' when it detects PPP.  
pppuser is setup with pppd as the shell.  You must use a pppd that supports 
PAP or CHAP.

-mike hancock