Get the PAP/CHAP examples right.

This commit is contained in:
Brian Somers 1997-09-09 20:56:25 +00:00
parent a26731fca6
commit c97d118091
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1939

View file

@ -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 --> <!-- The FreeBSD Documentation Project -->
<sect>Setting up User PPP<label id="userppp"> <sect>Setting up User PPP<label id="userppp">
@ -713,7 +713,6 @@
..... .....
13 set authname MyUserName 13 set authname MyUserName
14 set authname MyPassword 14 set authname MyPassword
15 enable CHAP
</verb></tscreen> </verb></tscreen>
As always, do not include the line numbers, they are just for reference 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>. to insert the correct value for <tt>MyUserName</tt>.
<tag/Line 14:/ This line specifies your PAP/CHAP password. You will need <tag/Line 14:/ This line specifies your PAP/CHAP password. You will need
to insert the correct value for <tt>MyPassword</tt>. to insert the correct value for <tt>MyPassword</tt>.
<tag/Line 15:/ This line tells ppp to use CHAP with the given user name You may want to add an additional line
and password. If you wish to use PAP, remove this line.
You may want to replace it with
<tscreen><verb> <tscreen><verb>
15 accept PAP 15 accept PAP
</verb></tscreen>
or
<tscreen><verb>
15 accept CHAP
</verb></tscreen> </verb></tscreen>
to make it obvious that this is the intention, but PAP to make it obvious that this is the intention, but PAP
is accepted by default. and CHAP are accepted by default.
</descrip> </descrip>
<p><bf>NOTE:</bf> Your <tt>authkey</tt> will be logged if you have <p><bf>NOTE:</bf> Your <tt>authkey</tt> will be logged if you have