Fix line numbers and order
in "userppp-PAPnCHAP" section according to recent ppp.conf example
This commit is contained in:
parent
2a9619d066
commit
ed880b785e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20804
1 changed files with 18 additions and 19 deletions
|
@ -989,25 +989,13 @@ set nbns 203.14.100.5</programlisting>
|
|||
linkend="userppp-dynamicIP">PPP and Dynamic IP addresses</link>
|
||||
sections, the following alterations must be made:</para>
|
||||
|
||||
<programlisting>7 set login
|
||||
…
|
||||
12 set authname <replaceable>MyUserName</replaceable>
|
||||
13 set authkey <replaceable>MyPassword</replaceable></programlisting>
|
||||
<programlisting>13 set authname <replaceable>MyUserName</replaceable>
|
||||
14 set authkey <replaceable>MyPassword</replaceable>
|
||||
15 set login</programlisting>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>Line 7:</term>
|
||||
|
||||
<listitem>
|
||||
<para>Your ISP will not normally require that you log into
|
||||
the server if you are using PAP or CHAP. You must
|
||||
therefore disable your <quote>set login</quote>
|
||||
string.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Line 12:</term>
|
||||
<term>Line 13:</term>
|
||||
|
||||
<listitem>
|
||||
<para>This line specifies your PAP/CHAP user name. You
|
||||
|
@ -1017,7 +1005,7 @@ set nbns 203.14.100.5</programlisting>
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Line 13:</term>
|
||||
<term>Line 14:</term>
|
||||
<indexterm><primary>password</primary></indexterm>
|
||||
<listitem>
|
||||
<para>This line specifies your PAP/CHAP password. You
|
||||
|
@ -1025,16 +1013,27 @@ set nbns 203.14.100.5</programlisting>
|
|||
<replaceable>MyPassword</replaceable>. You may want to
|
||||
add an additional line, such as:</para>
|
||||
|
||||
<programlisting>15 accept PAP</programlisting>
|
||||
<programlisting>16 accept PAP</programlisting>
|
||||
|
||||
<para>or</para>
|
||||
|
||||
<programlisting>15 accept CHAP</programlisting>
|
||||
<programlisting>16 accept CHAP</programlisting>
|
||||
|
||||
<para>to make it obvious that this is the intention, but
|
||||
PAP and CHAP are both accepted by default.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Line 15:</term>
|
||||
|
||||
<listitem>
|
||||
<para>Your ISP will not normally require that you log into
|
||||
the server if you are using PAP or CHAP. You must
|
||||
therefore disable your <quote>set login</quote>
|
||||
string.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect4>
|
||||
|
||||
|
|
Loading…
Reference in a new issue