Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml

    r217 r274  
    335335                <varlistentry><term>nmbd</term>
    336336                        <listitem><para>
    337                         <indexterm><primary>smbd</primary></indexterm>
    338                         <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
     337                        <indexterm><primary>nmbd</primary></indexterm>
     338                        <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
    339339                        This daemon handles all name registration and resolution requests. It is the primary vehicle involved
    340340                        in network browsing. It handles all UDP-based protocols. The <command>nmbd</command> daemon should
     
    345345                <varlistentry><term>smbd</term>
    346346                        <listitem><para>
    347                         <indexterm><primary>nmbd</primary></indexterm>
    348                         <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
     347                        <indexterm><primary>smbd</primary></indexterm>
     348                        <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
    349349                        This daemon handles all TCP/IP-based connection services for file- and print-based operations. It also
    350350                        manages local authentication. It should be started immediately following the startup of <command>nmbd</command>.
     
    468468        be adopted is to do all documentation and configuration in a file that has another name, such as
    469469        <filename>smb.conf.master</filename>. The <command>testparm</command> utility can be used to generate a
    470         fully optimized &smb.conf; file from this master configuration and documtenation file as shown here:
     470        fully optimized &smb.conf; file from this master configuration and documentation file as shown here:
    471471<screen>
    472472&rootprompt; testparm -s smb.conf.master > smb.conf
     
    485485        <indexterm><primary>swat</primary></indexterm>
    486486        SWAT is a Web-based interface that can be used to facilitate the configuration of Samba.  SWAT might not
    487         be available in the Samba package that shipped with your platform, but in a separate package. If it is
    488         necesaary to built SWAT please read the SWAT man page regarding compilation, installation, and
     487        be available in the Samba package that shipped with your platform, but in a separate package. If you need to build SWAT please read the SWAT man page regarding compilation, installation, and
    489488        configuration of SWAT from the source code.
    490489        </para>
     
    499498        <para>
    500499        SWAT can be used from a browser on any IP-connected machine, but be aware that connecting from a remote
    501         machine leaves your connection open to password sniffing because passwords will be sent over the wire in the clear.
    502         </para>
    503 
    504         <para>
     500        machine leaves your connection open to password sniffing because passwords will be sent over the wire in the clear.
     501        </para>
     502
     503        <para>
     504        Please note that re-writing the configuration file using SWAT will
     505        remove all comments!
    505506        More information about SWAT can be found in <link linkend="SWAT">The Samba Web Administration Tool</link>.
    506507        </para>
Note: See TracChangeset for help on using the changeset viewer.