Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 1996 12:47:39 -0700 (PDT)
From:      Steve Reid <steve@edmweb.com>
To:        mail <mail@cyvox.net.au>
Cc:        isp@FreeBSD.ORG
Subject:   Re: Question - PAP Authentication
Message-ID:  <Pine.BSF.3.91.960808123421.151A-100000@bitbucket.edmweb.com>
In-Reply-To: <Pine.BSF.3.91.960809021747.8894A-100000@cyvox.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
> Can someone tell me how PAP works.  
> Is there somthing more to it than determinig whether an incoming call is 
> ppp or not.  If this is the case would a straight ppp shell do the trick 
> denying the user shell access?? 

PAP is the Password Authentication Protocol. It's PPP's eqivalent of a
login prompt. It receives a username and password during PPP negotiation,
and if that matches what PPP has in it's database, the user is allowed to
complete the PPP connection. 

You can create a small shell script that runs ppp or pppd with whatever
options you need and specify that script as a login shell for a user. If
you have PAP working properly, you could have all users share one
passwordless account and depend on PAP to check which people are valid PPP
users. You can even run pppd directly from init (by editing /etc/gettytab)
and skip the login prompt altogether. 

For more info on setting up a FreeBSD system as a PPP server, see 
http://www.ssimicro.com/~jeremyc/ppp.html  and whatever you can find at  
http://www.freebsd.org/


=====================================================================
| Steve Reid - SysAdmin & Pres, EDM Web (http://www.edmweb.com/)    |
| Email: steve@edmweb.com   Home Page: http://www.edmweb.com/steve/ |
| PGP (2048/9F317269) Fingerprint: 11C89D1CD67287E68C09EC52443F8830 |
|          -- Disclaimer: JMHO, YMMV, TANSTAAFL, IANAL. --          |
===================================================================:)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960808123421.151A-100000>