Rebuild docs
[Samba/vl.git] / docs / htmldocs / swat.8.html
blobc5a5ab271b3e3e034c2face262bab20f3df9a29c
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>swat</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.59.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="swat.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>swat &#8212; Samba Web Administration Tool</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><tt>swat</tt> [-s &lt;smb config file&gt;] [-a]</p></div></div><div class="refsect1" lang="en"><h2>DESCRIPTION</h2><p>This tool is part of the <a href="Samba.7.html">Samba(7)</a> suite.</p><p><b>swat</b> allows a Samba administrator to
2 configure the complex <a href="smb.conf.5.html">smb.conf(5)</a> file via a Web browser. In addition,
3 a <b>swat</b> configuration page has help links
4 to all the configurable options in the <tt>smb.conf</tt> file allowing an
5 administrator to easily look up the effects of any change. </p><p><b>swat</b> is run from <b>inetd</b> </p></div><div class="refsect1" lang="en"><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-s smb configuration file</span></dt><dd><p>The default configuration file path is
6 determined at compile time. The file specified contains
7 the configuration details required by the <a href="smbd.8.html">smbd(8)</a> server. This is the file
8 that <b>swat</b> will modify.
9 The information in this file includes server-specific
10 information such as what printcap file to use, as well as
11 descriptions of all the services that the server is to provide.
12 See <tt>smb.conf</tt> for more information.
13 </p></dd><dt><span class="term">-a</span></dt><dd><p>This option disables authentication and puts
14 <b>swat</b> in demo mode. In that mode anyone will be able to modify
15 the <tt>smb.conf</tt> file. </p><p><span class="emphasis"><em>WARNING: Do NOT enable this option on a production
16 server. </em></span></p></dd><dt><span class="term">-V</span></dt><dd><p>Prints the version number for
17 <b>smbd</b>.</p></dd><dt><span class="term">-s &lt;configuration file&gt;</span></dt><dd><p>The file specified contains the
18 configuration details required by the server. The
19 information in this file includes server-specific
20 information such as what printcap file to use, as well
21 as descriptions of all the services that the server is
22 to provide. See <a href="smb.conf.5.html" target="_top"><tt>
23 smb.conf(5)</tt></a> for more information.
24 The default configuration file name is determined at
25 compile time.</p></dd><dt><span class="term">-d|--debug=debuglevel</span></dt><dd><p><i><tt>debuglevel</tt></i> is an integer
26 from 0 to 10. The default value if this parameter is
27 not specified is zero.</p><p>The higher this value, the more detail will be
28 logged to the log files about the activities of the
29 server. At level 0, only critical errors and serious
30 warnings will be logged. Level 1 is a reasonable level for
31 day to day running - it generates a small amount of
32 information about operations carried out.</p><p>Levels above 1 will generate considerable
33 amounts of log data, and should only be used when
34 investigating a problem. Levels above 3 are designed for
35 use only by developers and generate HUGE amounts of log
36 data, most of which is extremely cryptic.</p><p>Note that specifying this parameter here will
37 override the <a href="smb.conf.5.html#loglevel" target="_top">log
38 level</a> parameter in the <a href="smb.conf.5.html" target="_top">
39 <tt>smb.conf(5)</tt></a> file.</p></dd><dt><span class="term">-l|--logfile=logbasename</span></dt><dd><p>File name for log/debug files. The extension
40 <tt>&quot;.client&quot;</tt> will be appended. The log file is
41 never removed by the client.
42 </p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options.
43 </p></dd></dl></div></div><div class="refsect1" lang="en"><h2>INSTALLATION</h2><p>Swat is included as binary package with most distributions. The
44 package manager in this case takes care of the installation and
45 configuration. This section is only for those who have compiled
46 swat from scratch.
47 </p><p>After you compile SWAT you need to run <b>make install
48 </b> to install the <b>swat</b> binary
49 and the various help files and images. A default install would put
50 these in: </p><div class="itemizedlist"><ul type="disc"><li><p>/usr/local/samba/bin/swat</p></li><li><p>/usr/local/samba/swat/images/*</p></li><li><p>/usr/local/samba/swat/help/*</p></li></ul></div><div class="refsect2" lang="en"><h3>Inetd Installation</h3><p>You need to edit your <tt>/etc/inetd.conf
51 </tt> and <tt>/etc/services</tt>
52 to enable SWAT to be launched via <b>inetd</b>.</p><p>In <tt>/etc/services</tt> you need to
53 add a line like this: </p><p><b>swat 901/tcp</b></p><p>Note for NIS/YP and LDAP users - you may need to rebuild the
54 NIS service maps rather than alter your local <tt>
55 /etc/services</tt> file. </p><p>the choice of port number isn't really important
56 except that it should be less than 1024 and not currently
57 used (using a number above 1024 presents an obscure security
58 hole depending on the implementation details of your
59 <b>inetd</b> daemon). </p><p>In <tt>/etc/inetd.conf</tt> you should
60 add a line like this: </p><p><b>swat stream tcp nowait.400 root
61 /usr/local/samba/bin/swat swat</b></p><p>One you have edited <tt>/etc/services</tt>
62 and <tt>/etc/inetd.conf</tt> you need to send a
63 HUP signal to inetd. To do this use <b>kill -1 PID
64 </b> where PID is the process ID of the inetd daemon. </p></div></div><div class="refsect1" lang="en"><h2>LAUNCHING</h2><p>To launch SWAT just run your favorite web browser and
65 point it at &quot;http://localhost:901/&quot;.</p><p>Note that you can attach to SWAT from any IP connected
66 machine but connecting from a remote machine leaves your
67 connection open to password sniffing as passwords will be sent
68 in the clear over the wire. </p></div><div class="refsect1" lang="en"><h2>FILES</h2><div class="variablelist"><dl><dt><span class="term"><tt>/etc/inetd.conf</tt></span></dt><dd><p>This file must contain suitable startup
69 information for the meta-daemon.</p></dd><dt><span class="term"><tt>/etc/services</tt></span></dt><dd><p>This file must contain a mapping of service name
70 (e.g., swat) to service port (e.g., 901) and protocol type
71 (e.g., tcp). </p></dd><dt><span class="term"><tt>/usr/local/samba/lib/smb.conf</tt></span></dt><dd><p>This is the default location of the <a href="smb.conf.5.html">smb.conf(5)</a> server configuration file that swat edits. Other
72 common places that systems install this file are <tt>
73 /usr/samba/lib/smb.conf</tt> and <tt>/etc/smb.conf
74 </tt>. This file describes all the services the server
75 is to make available to clients. </p></dd></dl></div></div><div class="refsect1" lang="en"><h2>WARNINGS</h2><p><b>swat</b> will rewrite your <a href="smb.conf.5.html">smb.conf(5)</a> file. It will rearrange the entries and delete all
76 comments, <i><tt>include=</tt></i> and <i><tt>copy=
77 </tt></i> options. If you have a carefully crafted <tt>
78 smb.conf</tt> then back it up or don't use swat! </p></div><div class="refsect1" lang="en"><h2>VERSION</h2><p>This man page is correct for version 3.0 of the Samba suite.</p></div><div class="refsect1" lang="en"><h2>SEE ALSO</h2><p><b>inetd(5)</b>, <a href="smbd.8.html">smbd(8)</a>, <a href="smb.conf.5.html">smb.conf(5)</a></p></div><div class="refsect1" lang="en"><h2>AUTHOR</h2><p>The original Samba software and related utilities
79 were created by Andrew Tridgell. Samba is now developed
80 by the Samba Team as an Open Source project similar
81 to the way the Linux kernel is developed.</p><p>The original Samba man pages were written by Karl Auer.
82 The man page sources were converted to YODL format (another
83 excellent piece of Open Source software, available at <a href="ftp://ftp.icce.rug.nl/pub/unix/" target="_top">
84 ftp://ftp.icce.rug.nl/pub/unix/</a>) and updated for the Samba 2.0
85 release by Jeremy Allison. The conversion to DocBook for
86 Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for
87 Samba 3.0 was done by Alexander Bokovoy.</p></div></div></body></html>