On Sat, 29 May 1999, John Krivitsky wrote:
|We have a client trying to connect to an ISP whose terminal login screen
|is broken (there is a long story behind this but it appears that it's
|easier to find a work-around than to get them to fix it). What I am
|trying to do is to force login through PAP or CHAP at the client end,
|rather than negotiating login through a chat script.
If the ISP supports PAP or CHAP authentication then for pppd it's a matter
of adding the option "name Your_ISP_Login_Name" (w/o quotes) and
configuring the appropriate secrets file. For CHAP it's the
file/etc/ppp/chap-secrets with the single line
Your_ISP_Login_Name * Your_ISP_Password
with the obvious substitutions. For PAP configure the file
/etc/ppp/pap-secrets in the same way.
|
|There is an option called 'require-chap' which in the man page states
|'Require the peer to authenticate itself using CHAP'. Since the peer is
|never authenticating itself (the peer is the ISP), I am wandering
|whether this is appropriate.
It is not appropriate.
---
Clifford Kite Not a guru. (tm)
[EMAIL PROTECTED] Not even close.
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]