Mention that PAP only needs to be accepted

if you're the client.
This commit is contained in:
Brian Somers 1997-09-09 19:38:57 +00:00
parent c34a854f21
commit a26731fca6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1937

View file

@ -1,4 +1,4 @@
<!-- $Id: userppp.sgml,v 1.21 1997-09-08 20:17:24 brian Exp $ --> <!-- $Id: userppp.sgml,v 1.22 1997-09-09 19:38:57 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">
@ -729,8 +729,13 @@
<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 <tag/Line 15:/ This line tells ppp to use CHAP with the given user name
and password. If you wish to use PAP, just replace the and password. If you wish to use PAP, remove this line.
``CHAP'' string with ``PAP''. You may want to replace it with
<tscreen><verb>
15 accept PAP
</verb></tscreen>
to make it obvious that this is the intention, but PAP
is 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