Make it clear that "set login" is used to do the expect/send

bit when getting past a `login:' prompt.
This commit is contained in:
Brian Somers 1997-12-30 02:47:15 +00:00
parent 7083f21bf9
commit d8ed81fa61
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2321
2 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN"> <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
<!-- $Id: ppp.sgml,v 1.3 1997-01-21 05:49:54 jkh Exp $ --> <!-- $Id: ppp.sgml,v 1.4 1997-12-30 02:47:15 brian Exp $ -->
<article> <article>
@ -8,7 +8,7 @@
url="mailto:SimsS@IBM.NET" url="mailto:SimsS@IBM.NET"
name="&lt;SimsS@IBM.NET&gt;"></tt> name="&lt;SimsS@IBM.NET&gt;"></tt>
<date>$Date: 1997-01-21 05:49:54 $ <date>$Date: 1997-12-30 02:47:15 $
<abstract> <abstract>
This is a step-by-step guide for configuring FreeBSD systems to act as This is a step-by-step guide for configuring FreeBSD systems to act as
a dial-up router/gateway in a Local Area Environment. All entries may a dial-up router/gateway in a Local Area Environment. All entries may
@ -801,7 +801,8 @@ Up Scripting Tool" from the Microsoft Plus! pack or you have to select
"Bring up a terminal windows after dialing" in the Windows '95 "Bring up a terminal windows after dialing" in the Windows '95
connection options then you'll need to look at the sample PPP connection options then you'll need to look at the sample PPP
configuration files and the ppp manpage for examples of "expect / configuration files and the ppp manpage for examples of "expect /
response" scripting to make your ISP connection. response" scripting to make your ISP connection. The "set login"
command is used for this purpose.
<p>Or even better, find an ISP who knows how to provide PAP or CHAP <p>Or even better, find an ISP who knows how to provide PAP or CHAP
authentication! authentication!

View file

@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN"> <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
<!-- $Id: ppp.sgml,v 1.3 1997-01-21 05:49:54 jkh Exp $ --> <!-- $Id: ppp.sgml,v 1.4 1997-12-30 02:47:15 brian Exp $ -->
<article> <article>
@ -8,7 +8,7 @@
url="mailto:SimsS@IBM.NET" url="mailto:SimsS@IBM.NET"
name="&lt;SimsS@IBM.NET&gt;"></tt> name="&lt;SimsS@IBM.NET&gt;"></tt>
<date>$Date: 1997-01-21 05:49:54 $ <date>$Date: 1997-12-30 02:47:15 $
<abstract> <abstract>
This is a step-by-step guide for configuring FreeBSD systems to act as This is a step-by-step guide for configuring FreeBSD systems to act as
a dial-up router/gateway in a Local Area Environment. All entries may a dial-up router/gateway in a Local Area Environment. All entries may
@ -801,7 +801,8 @@ Up Scripting Tool" from the Microsoft Plus! pack or you have to select
"Bring up a terminal windows after dialing" in the Windows '95 "Bring up a terminal windows after dialing" in the Windows '95
connection options then you'll need to look at the sample PPP connection options then you'll need to look at the sample PPP
configuration files and the ppp manpage for examples of "expect / configuration files and the ppp manpage for examples of "expect /
response" scripting to make your ISP connection. response" scripting to make your ISP connection. The "set login"
command is used for this purpose.
<p>Or even better, find an ISP who knows how to provide PAP or CHAP <p>Or even better, find an ISP who knows how to provide PAP or CHAP
authentication! authentication!