Get the PAP/CHAP examples right.
This commit is contained in:
parent
a26731fca6
commit
c97d118091
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1939
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: userppp.sgml,v 1.22 1997-09-09 19:38:57 brian Exp $ -->
|
||||
<!-- $Id: userppp.sgml,v 1.23 1997-09-09 20:56:25 brian Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect>Setting up User PPP<label id="userppp">
|
||||
|
@ -713,7 +713,6 @@
|
|||
.....
|
||||
13 set authname MyUserName
|
||||
14 set authname MyPassword
|
||||
15 enable CHAP
|
||||
</verb></tscreen>
|
||||
|
||||
As always, do not include the line numbers, they are just for reference
|
||||
|
@ -728,14 +727,16 @@
|
|||
to insert the correct value for <tt>MyUserName</tt>.
|
||||
<tag/Line 14:/ This line specifies your PAP/CHAP password. You will need
|
||||
to insert the correct value for <tt>MyPassword</tt>.
|
||||
<tag/Line 15:/ This line tells ppp to use CHAP with the given user name
|
||||
and password. If you wish to use PAP, remove this line.
|
||||
You may want to replace it with
|
||||
You may want to add an additional line
|
||||
<tscreen><verb>
|
||||
15 accept PAP
|
||||
</verb></tscreen>
|
||||
or
|
||||
<tscreen><verb>
|
||||
15 accept CHAP
|
||||
</verb></tscreen>
|
||||
to make it obvious that this is the intention, but PAP
|
||||
is accepted by default.
|
||||
and CHAP are accepted by default.
|
||||
</descrip>
|
||||
|
||||
<p><bf>NOTE:</bf> Your <tt>authkey</tt> will be logged if you have
|
||||
|
|
Loading…
Reference in a new issue