- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs-xml/Samba3-HOWTO/TOSHARG-Install.xml
r217 r274 335 335 <varlistentry><term>nmbd</term> 336 336 <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> 339 339 This daemon handles all name registration and resolution requests. It is the primary vehicle involved 340 340 in network browsing. It handles all UDP-based protocols. The <command>nmbd</command> daemon should … … 345 345 <varlistentry><term>smbd</term> 346 346 <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> 349 349 This daemon handles all TCP/IP-based connection services for file- and print-based operations. It also 350 350 manages local authentication. It should be started immediately following the startup of <command>nmbd</command>. … … 468 468 be adopted is to do all documentation and configuration in a file that has another name, such as 469 469 <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 docum tenation file as shown here:470 fully optimized &smb.conf; file from this master configuration and documentation file as shown here: 471 471 <screen> 472 472 &rootprompt; testparm -s smb.conf.master > smb.conf … … 485 485 <indexterm><primary>swat</primary></indexterm> 486 486 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 489 488 configuration of SWAT from the source code. 490 489 </para> … … 499 498 <para> 500 499 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! 505 506 More information about SWAT can be found in <link linkend="SWAT">The Samba Web Administration Tool</link>. 506 507 </para>
Note:
See TracChangeset
for help on using the changeset viewer.