Mention that PAP only needs to be accepted
if you're the client.
This commit is contained in:
parent
c34a854f21
commit
a26731fca6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1937
1 changed files with 8 additions and 3 deletions
|
@ -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 -->
|
||||
|
||||
<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
|
||||
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, just replace the
|
||||
``CHAP'' string with ``PAP''.
|
||||
and password. If you wish to use PAP, remove this line.
|
||||
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>
|
||||
|
||||
<p><bf>NOTE:</bf> Your <tt>authkey</tt> will be logged if you have
|
||||
|
|
Loading…
Reference in a new issue