Changeset 224b0659 for server


Ignore:
Timestamp:
10/05/2006 01:12:36 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3a05e52b
Parents:
6e08fa52
Message:

Changed the TCP ports used by tunneled SWAT in the Samba instructions from 901 and 902 to 904 and 905 so that there is no conflict with the IANA database

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6330 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/samba3.xml

    r6e08fa52 r224b0659  
    483483        as the <systemitem class="username">root</systemitem> user:</para>
    484484
    485 <screen role="root"><userinput>echo "swat            901/tcp" &gt;&gt; /etc/services &amp;&amp;
    486 echo "swat_tunnel     902/tcp" &gt;&gt; /etc/services</userinput></screen>
     485<screen role="root"><userinput>echo "swat            904/tcp" &gt;&gt; /etc/services &amp;&amp;
     486echo "swat_tunnel     905/tcp" &gt;&gt; /etc/services</userinput></screen>
    487487
    488488        <para>If <command>inetd</command> is used, the following command will
     
    507507service swat_tunnel
    508508{
    509     port            = 902
     509    port            = 905
    510510    socket_type     = stream
    511511    wait            = no
     
    536536<screen role="root"><userinput>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; "EOF"
    537537<literal>[swat]
    538 accept  = 901
    539 connect = 902
     538accept  = 904
     539connect = 905
    540540TIMEOUTclose = 1</literal>
    541541
     
    548548
    549549      <para>SWAT can be launched by pointing your web browser to
    550       <uri>https://<replaceable>&lt;CA_DN_field&gt;</replaceable>:901</uri>.
     550      <uri>https://<replaceable>&lt;CA_DN_field&gt;</replaceable>:904</uri>.
    551551      Substitute the hostname listed in the DN field of the CA certificate
    552552      used with <application>Stunnel</application> for
     
    570570        <systemitem class='username'>root</systemitem> user:</para>
    571571
    572 <screen role='root'><userinput>echo "swat            901/tcp" &gt;&gt; /etc/services</userinput></screen>
     572<screen role='root'><userinput>echo "swat            904/tcp" &gt;&gt; /etc/services</userinput></screen>
    573573
    574574        <para>If <command>inetd</command> is used, the following command
     
    591591service swat
    592592{
    593     port            = 901
     593    port            = 904
    594594    socket_type     = stream
    595595    wait            = no
     
    607607
    608608        <para>SWAT can be launched by pointing your web browser to
    609         http://localhost:901.</para>
     609        http://localhost:904.</para>
    610610
    611611      </sect4>
Note: See TracChangeset for help on using the changeset viewer.