Fix line numbers and order

in "userppp-PAPnCHAP" section
according to recent ppp.conf example
This commit is contained in:
Denis Peplin 2004-04-27 05:52:50 +00:00
parent 2a9619d066
commit ed880b785e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20804

View file

@ -989,25 +989,13 @@ set nbns 203.14.100.5</programlisting>
linkend="userppp-dynamicIP">PPP and Dynamic IP addresses</link> linkend="userppp-dynamicIP">PPP and Dynamic IP addresses</link>
sections, the following alterations must be made:</para> sections, the following alterations must be made:</para>
<programlisting>7 set login <programlisting>13 set authname <replaceable>MyUserName</replaceable>
&hellip; 14 set authkey <replaceable>MyPassword</replaceable>
12 set authname <replaceable>MyUserName</replaceable> 15 set login</programlisting>
13 set authkey <replaceable>MyPassword</replaceable></programlisting>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>Line 7:</term> <term>Line 13:</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>
<listitem> <listitem>
<para>This line specifies your PAP/CHAP user name. You <para>This line specifies your PAP/CHAP user name. You
@ -1017,7 +1005,7 @@ set nbns 203.14.100.5</programlisting>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Line 13:</term> <term>Line 14:</term>
<indexterm><primary>password</primary></indexterm> <indexterm><primary>password</primary></indexterm>
<listitem> <listitem>
<para>This line specifies your PAP/CHAP password. You <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 <replaceable>MyPassword</replaceable>. You may want to
add an additional line, such as:</para> add an additional line, such as:</para>
<programlisting>15 accept PAP</programlisting> <programlisting>16 accept PAP</programlisting>
<para>or</para> <para>or</para>
<programlisting>15 accept CHAP</programlisting> <programlisting>16 accept CHAP</programlisting>
<para>to make it obvious that this is the intention, but <para>to make it obvious that this is the intention, but
PAP and CHAP are both accepted by default.</para> PAP and CHAP are both accepted by default.</para>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</sect4> </sect4>