source: server/other/samba3.xml@ 1f672c1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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
Last change on this file since 1f672c1 was 1f672c1, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update to xinetd configuration files from patch by John Gnew

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

  • Property mode set to 100644
File size: 24.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
8<!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
9<!ENTITY samba3-md5sum "217e489646a474b4fb69d5802c14bc6e">
10<!ENTITY samba3-size "15.3 MB">
11<!ENTITY samba3-buildsize "143 MB">
12<!ENTITY samba3-time "2.12 SBU">
13]>
14
15<sect1 id="samba3" xreflabel="Samba-&samba3-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="samba3.html"?>
21<title>Samba-&samba3-version;</title>
22<indexterm zone="samba3">
23<primary sortas="a-Samba">Samba</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Samba</application></title>
27
28<para>The <application>Samba</application> package provides file and print
29services to <acronym>SMB</acronym>/<acronym>CIFS</acronym> clients and
30Windows networking to Linux clients. <application>Samba</application> can also
31be configured as a Windows NT 4.0 Domain Controller replacement
32(with caveats working with NT <acronym>PDC</acronym>'s and
33<acronym>BDC</acronym>'s), a file/print server acting as a member of a
34Windows NT 4.0 or Active Directory domain and a NetBIOS (rfc1001/1002)
35nameserver (which amongst other things provides
36<acronym>LAN</acronym> browsing support).</para>
37
38<sect3><title>Package information</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Download (HTTP):
41<ulink url="&samba3-download-http;"/></para></listitem>
42<listitem><para>Download (FTP):
43<ulink url="&samba3-download-ftp;"/></para></listitem>
44<listitem><para>Download MD5 sum:
45&samba3-md5sum;</para></listitem>
46<listitem><para>Download size:
47&samba3-size;</para></listitem>
48<listitem><para>Estimated disk space required:
49&samba3-buildsize;</para></listitem>
50<listitem><para>Estimated build time:
51&samba3-time;</para></listitem></itemizedlist>
52</sect3>
53
54<sect3>
55<title><application>Samba</application> dependencies</title>
56<sect4>
57<title>Optional</title>
58<para><xref linkend="popt"/>,
59<xref linkend="Linux_PAM"/>,
60<xref linkend="openldap"/>,
61<xref linkend="cups"/>,
62<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
63<xref linkend="libxml2"/>,
64<xref linkend="mysql"/> or <xref linkend="postgresql"/>,
65<xref linkend="python"/>,
66<xref linkend="xinetd"/>,
67<ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
68<xref linkend="stunnel"/> (used to encrypt access to SWAT)</para>
69</sect4>
70</sect3>
71
72</sect2>
73
74<sect2>
75<title>Installation of <application>Samba</application></title>
76
77<para>Install <application>Samba</application> by running the following
78commands:</para>
79
80<screen><userinput><command>cd source &amp;&amp;
81install -d /var/cache/samba &amp;&amp;
82./configure \
83 --prefix=/usr \
84 --sysconfdir=/etc \
85 --localstatedir=/var \
86 --with-piddir=/var/run \
87 --with-fhs \
88 --with-smbmount &amp;&amp;
89make</command></userinput></screen>
90
91<para>Now, as the root user:</para>
92
93<screen><userinput role='root'><command>make install &amp;&amp;
94mv /usr/lib/samba/libsmbclient.so /usr/lib &amp;&amp;
95ln -sf ../libsmbclient.so /usr/lib/samba &amp;&amp;
96chmod 644 /usr/include/libsmbclient.h \
97 /usr/lib/samba/libsmbclient.a &amp;&amp;
98install -m755 nsswitch/libnss_win{s,bind}.so /lib &amp;&amp;
99ln -sf libnss_winbind.so /lib/libnss_winbind.so.2 &amp;&amp;
100ln -sf libnss_wins.so /lib/libnss_wins.so.2 &amp;&amp;
101cp ../examples/smb.conf.default /etc/samba &amp;&amp;
102install -m644 ../docs/*.pdf /usr/share/samba &amp;&amp;
103if [ -f nsswitch/pam_winbind.so ]; then
104 install -m755 nsswitch/pam_winbind.so /lib/security
105fi</command></userinput></screen>
106
107<note><para>You may want to run <command>configure</command> with the
108<parameter>--help</parameter> parameter. There may be other parameters
109needed to take advantage of the optional dependencies.</para></note>
110
111</sect2>
112
113<sect2>
114<title>Command explanations</title>
115
116<para><command>install -d /var/cache/samba</command>: This directory is
117needed for proper operation of the <command>smbd</command> and
118<command>nmbd</command> daemons.</para>
119
120<para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration
121file directory to avoid the default of
122<filename class="directory">/usr/etc</filename>.</para>
123
124<para><parameter>--localstatedir=/var</parameter>: Sets the variable
125data directory to avoid the default of
126<filename class="directory">/usr/var</filename>.</para>
127
128<para><option>--with-fhs</option>: Assigns all other file paths in a manner
129compliant with the Filesystem Hierarchy Standard
130(<acronym>FHS</acronym>).</para>
131
132<para><option>--with-smbmount</option>: Orders the creation of an extra
133binary for use by the <command>mount</command> command so that mounting remote
134<acronym>SMB</acronym> (Windows) shares becomes no more complex than mounting
135remote <acronym>NFS</acronym> shares.</para>
136
137<para><option>--with-pam</option>: Use this parameter to link
138<application>Linux-<acronym>PAM</acronym></application> into the build. This
139also builds the <filename class='libraryfile'>pam_winbind.so</filename>
140<application><acronym>PAM</acronym></application> module. You can find
141instructions on how to configure and use the module by running
142<command>man winbindd</command>.</para>
143
144<para><command>mv /usr/lib/samba/libsmbclient.so ...; ln -sf
145../libsmbclient.so ...</command>: The
146<filename class='libraryfile'>libsmbclient.so</filename> library is needed
147by other packages. This command moves it to a location where other packages
148can find it.</para>
149
150<para><command>install -m755 nsswitch/libnss_win{s,bind}.so /lib</command>:
151The nss libraries are not installed by default. If you intend to use
152winbindd for domain auth, and/or <acronym>WINS</acronym> name resolution,
153you need these libraries.</para>
154
155<para><command>ln -sf libnss_winbind.so /lib/libnss_winbind.so.2</command>
156and <command>ln -sf libnss_wins.so /lib/libnss_wins.so.2</command>:
157These symlinks are required by glibc to use the nss libraries.</para>
158
159<para><command>cp ../examples/smb.conf.default /etc/samba</command>:
160This copies a default <filename>smb.conf </filename>into
161<filename>/etc/samba</filename>. This sample configuration will not
162work unless edited for your site, and renamed
163<filename>smb.conf</filename>.</para>
164
165</sect2>
166
167<sect2>
168<title>Configuring <application>Samba</application></title>
169
170<sect3 id="samba3-config"><title>Config files</title>
171<para>/etc/samba/smb.conf</para>
172<indexterm zone="samba3 samba3-config">
173<primary sortas="e-etc-samba-smb.conf">/etc/samba/smb.conf</primary>
174</indexterm>
175</sect3>
176
177<sect3><title>Configuration overview and available documentation</title>
178
179<para>Due to the complexity and the many various uses for
180<application>Samba</application>, complete configuration is well beyond the
181scope of the <acronym>BLFS</acronym> book. Advanced configurations including
182setting up Primary and Backup Domain Controllers are advanced topics and
183cannot be adequately covered in <acronym>BLFS</acronym> (it should be noted,
184however, that a <application>Samba</application> <acronym>BDC</acronym> cannot
185be used as a fallback for a
186<application>Windows</application> <acronym>PDC</acronym>, and conversely, a
187<application>Windows</application> <acronym>BDC</acronym> cannot be used as a
188fallback for a <application>Samba</application> <acronym>PDC</acronym>). Many
189complete books have been written on these topics alone.</para>
190
191<para>There is quite a bit of documentation available which covers many of
192these advanced configurations. Point your web browser to the links below to
193view some of the documentation included with the
194<application>Samba</application> package:</para>
195
196<itemizedlist spacing='compact'>
197<listitem><para>Using Samba, 2nd Edition; a popular book published by O'Reilly
198<ulink url="file:///usr/share/samba/swat/using_samba/toc.html"/></para>
199</listitem>
200
201<listitem><para>The Official Samba HOWTO and Reference Guide <ulink
202url="file:///usr/share/samba/swat/help/Samba-HOWTO-Collection/index.html"/>
203</para>
204</listitem>
205
206<listitem><para>Samba-3 by Example
207<ulink url="file:///usr/share/samba/swat/help/Samba-Guide/index.html"/></para>
208</listitem>
209
210<listitem><para>The Samba-3 man Pages
211<ulink url="file:///usr/share/samba/swat/help/samba.7.html"/></para>
212</listitem>
213</itemizedlist>
214</sect3>
215
216<sect3 id="samba3-swat-config"><title>Configuring SWAT</title>
217
218<para>The built in <acronym>SWAT</acronym>
219(<application>Samba</application> Web Administration Tool) utility can be used
220for basic configuration of the <application>Samba</application> installation,
221but because it may be inconvenient, undesireable or perhaps even impossible
222to gain access to the console, BLFS recommends setting up access to
223<acronym>SWAT</acronym> using <application>Stunnel</application>.</para>
224<indexterm zone="samba3 samba3-swat-config">
225<primary sortas="g-SWAT">SWAT</primary></indexterm>
226
227<para>First you must add entries to <filename>/etc/services</filename> and
228modify the <command>inetd</command>/<command>xinetd</command>
229configuration.</para>
230<indexterm zone="samba3 samba3-swat-config">
231<primary sortas="e-etc-services">/etc/services</primary></indexterm>
232<indexterm zone="samba3 samba3-swat-config">
233<primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary></indexterm>
234<indexterm zone="samba3 samba3-swat-config">
235<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary></indexterm>
236
237<para>Add swat and swat_tunnel entries to
238<filename>/etc/services</filename> with the following commands issued as the
239root user:</para>
240
241<screen><userinput role='root'><command>echo "swat 901/tcp" &gt;&gt; /etc/services &amp;&amp;
242echo "swat_tunnel 902/tcp" &gt;&gt; /etc/services</command></userinput></screen>
243
244<para>If <command>inetd</command> is used, the following command will add the
245swat_tunnel entry to <filename>/etc/inetd.conf</filename> (as user root):</para>
246
247<screen><userinput role='root'><command>echo "swat_tunnel stream tcp nowait.400 root /usr/sbin/swat swat" \
248 &gt;&gt; /etc/inetd.conf</command></userinput></screen>
249<para>Issue a <command>killall -HUP inetd</command> to reread the
250changed <filename>inetd.conf</filename> file.</para>
251
252<para>If you use <command>xinetd</command>, the following command will create the
253<application>Samba</application> file as <filename>/etc/xinetd.d/swat_tunnel</filename>:
254(you may need to modify or remove the
255<quote>only_from</quote> line to include the desired host[s]):</para>
256
257<screen><userinput role='root'><command>cat &gt;&gt; /etc/xinetd.d/swat_tunnel &lt;&lt; "EOF"</command>
258# Begin /etc/xinetd.d/swat_tunnel
259
260service swat_tunnel
261{
262 port = 902
263 socket_type = stream
264 wait = no
265 only_from = 127.0.0.1
266 user = root
267 server = /usr/sbin/swat
268 log_on_failure += USERID
269}
270
271# End /etc/xinetd.d/swat_tunnel
272<command>EOF</command></userinput></screen>
273
274<para>Issue a <command>killall -HUP xinetd</command> to reread the
275changed <filename>xinetd.conf</filename> file.</para>
276
277<para>Next, you must add an entry for the swat service to the
278<filename>/etc/stunnel/stunnel.conf</filename> file (as user root):</para>
279<indexterm zone="samba3 samba3-swat-config"><primary
280sortas="e-etc-stunnel-stunnel.conf">/etc/stunnel/stunnel.conf</primary>
281</indexterm>
282
283<screen><userinput role='root'><command>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; "EOF"</command>
284[swat]
285accept = 901
286connect = 902
287
288<command>EOF</command></userinput></screen>
289
290<para>Restart the <command>stunnel</command> daemon using the following
291command as the root user:</para>
292
293<screen><userinput role='root'><command>/etc/rc.d/init.d/stunnel restart</command></userinput></screen>
294
295<para><acronym>SWAT</acronym> can be launched by pointing your web browser to
296<userinput>https://<replaceable>[CA_DN_field]</replaceable>:901</userinput>.
297Substitute the hostname listed in the <acronym>DN</acronym> field of the
298<acronym>CA</acronym> certificate used with
299<application>Stunnel</application> for
300<replaceable>[CA_DN_field]</replaceable>.</para>
301
302<note><para>If you linked
303<application>Linux-<acronym>PAM</acronym></application> into the
304<application>Samba</application> build, you'll need to create an
305<filename>/etc/pam.d/samba</filename> file.</para></note>
306<indexterm zone="samba3 samba3-swat-config"><primary
307sortas="e-etc-pam.d-samba">/etc/pam.d/samba</primary>
308</indexterm>
309</sect3>
310
311<sect3><title>Printing to <acronym>SMB</acronym> clients</title>
312
313<para>If you use <application><acronym>CUPS</acronym></application> for print
314services, and you wish to print to a printer attached to an
315<acronym>SMB</acronym> client, you need to create an <acronym>SMB</acronym>
316backend device. To create the device, issue the following command as the
317root user:</para>
318
319<screen><userinput><command>ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb</command></userinput></screen>
320</sect3>
321
322<sect3 id="samba3-init"><title>Installing bootscripts</title>
323
324<para>For your convenience, boot scripts have been provided for
325<application>Samba</application>. There are two included in the
326<xref linkend="intro-important-bootscripts"/> package. The first,
327<filename>samba</filename>, will start the <command>smbd</command> and
328<command>nmbd</command> daemons needed to provide
329<acronym>SMB</acronym>/<acronym>CIFS</acronym> services. The second
330script, <filename>winbind</filename>, starts the <command>winbindd</command>
331daemon, used for providing Windows domain services to Linux clients.</para>
332<indexterm zone="samba3 samba3-init">
333<primary sortas="f-samba">samba</primary></indexterm>
334<indexterm zone="samba3 samba3-init">
335<primary sortas="f-winbind">winbind</primary></indexterm>
336
337<para>Install the <filename>samba</filename> script with the following
338command issued as the root user:</para>
339
340<screen><userinput role='root'><command>make install-samba</command></userinput></screen>
341
342<para>If you also need the <filename>winbind</filename> script:</para>
343
344<screen><userinput role='root'><command>make install-winbind</command></userinput></screen>
345</sect3>
346
347</sect2>
348
349<sect2>
350<title>Contents</title>
351
352<segmentedlist>
353<segtitle>Installed Programs</segtitle>
354<segtitle>Installed Libraries</segtitle>
355<segtitle>Installed Directories</segtitle>
356
357<seglistitem>
358<seg>findsmb, mount.smbfs, net, nmbd, nmblookup, ntlm_auth, pdbedit, profiles,
359rpcclient, smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbmnt,
360smbmount, smbpasswd, smbspool, smbstatus, smbtar, smbtree, smbumount, swat,
361tdbbackup, tdbdump, tdbtool, testparm, testprns, wbinfo and winbindd</seg>
362<seg>libnss_winbind.so, libnss_wins.so, libsmbclient.[so,a], the
363pam_winbind.so <acronym>PAM</acronym> library and assorted character set,
364filesystem and support modules.</seg>
365<seg>/etc/samba, /usr/lib/samba, /usr/share/samba, /var/cache/samba and
366/var/lib/samba</seg>
367</seglistitem>
368</segmentedlist>
369
370<variablelist>
371<bridgehead renderas="sect3">Short Descriptions</bridgehead>
372<?dbfo list-presentation="list"?>
373
374<varlistentry id="findsmb">
375<term><command>findsmb</command></term>
376<listitem><para>lists information about machines that respond to
377<acronym>SMB</acronym> name queries on a subnet.</para>
378<indexterm zone="samba3 findsmb">
379<primary sortas="b-findsmb">findsmb</primary>
380</indexterm></listitem>
381</varlistentry>
382
383<varlistentry id="mount.smbfs">
384<term><command>mount.smbfs</command></term>
385<listitem><para>is a symlink to <command>mountsmb</command> which provides
386<command>/bin/mount</command> with a way to mount remote Windows (or
387<application>Samba</application>) fileshares.</para>
388<indexterm zone="samba3 mount.smbfs">
389<primary sortas="b-mount.smbfs">mount.smbfs</primary>
390</indexterm></listitem>
391</varlistentry>
392
393<varlistentry id="net">
394<term><command>net</command></term>
395<listitem><para>is a tool for administration of
396<application>Samba</application> and remote <acronym>CIFS</acronym> servers,
397similar to the <command>net</command> utility for
398<acronym>DOS</acronym>/Windows.</para>
399<indexterm zone="samba3 net">
400<primary sortas="b-net">net</primary>
401</indexterm></listitem>
402</varlistentry>
403
404<varlistentry id="nmbd">
405<term><command>nmbd</command></term>
406<listitem><para>is the <application>Samba</application>
407Net<acronym>BIOS</acronym> name server.</para>
408<indexterm zone="samba3 nmbd">
409<primary sortas="b-nmbd">nmbd</primary>
410</indexterm></listitem>
411</varlistentry>
412
413<varlistentry id="nmblookup">
414<term><command>nmblookup</command></term>
415<listitem><para>is used to query Net<acronym>BIOS</acronym> names and map
416them to <acronym>IP</acronym> addresses.</para>
417<indexterm zone="samba3 nmblookup">
418<primary sortas="b-nmblookup">nmblookup</primary>
419</indexterm></listitem>
420</varlistentry>
421
422<varlistentry id="ntlm_auth">
423<term><command>ntlm_auth</command></term>
424<listitem><para>is a tool to allow external access to Winbind's
425<acronym>NTLM</acronym> authentication function.</para>
426<indexterm zone="samba3 ntlm_auth">
427<primary sortas="b-ntlm_auth">ntlm_auth</primary>
428</indexterm></listitem>
429</varlistentry>
430
431<varlistentry id="pdbedit">
432<term><command>pdbedit</command></term>
433<listitem><para>is a tool used to manage the <acronym>SAM</acronym>
434database.</para>
435<indexterm zone="samba3 pdbedit">
436<primary sortas="b-pdbedit">pdbedit</primary>
437</indexterm></listitem>
438</varlistentry>
439
440<varlistentry id="profiles">
441<term><command>profiles</command></term>
442<listitem><para>is a utility that reports and changes <acronym>SID</acronym>s
443in Windows registry files. It currently only supports Windows NT.</para>
444<indexterm zone="samba3 profiles">
445<primary sortas="b-profiles">profiles</primary>
446</indexterm></listitem>
447</varlistentry>
448
449<varlistentry id="rpcclient">
450<term><command>rpcclient</command></term>
451<listitem><para>is used to execute MS-<acronym>RPC</acronym> client side
452functions.</para>
453<indexterm zone="samba3 rpcclient">
454<primary sortas="b-rpcclient">rpcclient</primary>
455</indexterm></listitem>
456</varlistentry>
457
458<varlistentry id="smbcacls">
459<term><command>smbcacls</command></term>
460<listitem><para>is used to manipulate Windows NT access control lists.</para>
461<indexterm zone="samba3 smbcacls">
462<primary sortas="b-smbcacls">smbcacls</primary>
463</indexterm></listitem>
464</varlistentry>
465
466<varlistentry id="smbclient">
467<term><command>smbclient</command></term>
468<listitem><para>is a <acronym>SMB</acronym>/<acronym>CIFS</acronym> access
469utility, similar to <acronym>FTP</acronym>.</para>
470<indexterm zone="samba3 smbclient">
471<primary sortas="b-smbclient">smbclient</primary>
472</indexterm></listitem>
473</varlistentry>
474
475<varlistentry id="smbcontrol">
476<term><command>smbcontrol</command></term>
477<listitem><para>is used to control running <command>smbd</command>,
478<command>nmbd</command> and <command>winbindd</command> daemons.</para>
479<indexterm zone="samba3 smbcontrol">
480<primary sortas="b-smbcontrol">smbcontrol</primary>
481</indexterm></listitem>
482</varlistentry>
483
484<varlistentry id="smbcquotas">
485<term><command>smbcquotas</command></term>
486<listitem><para>is used to manipulate Windows NT quotas on
487<acronym>SMB</acronym> file shares.</para>
488<indexterm zone="samba3 smbcquotas">
489<primary sortas="b-smbcquotas">smbcquotas</primary>
490</indexterm></listitem>
491</varlistentry>
492
493<varlistentry id="smbd">
494<term><command>smbd</command></term>
495<listitem><para>is the main <application>Samba</application> daemon which
496provides <acronym>SMB</acronym>/<acronym>CIFS</acronym> services to
497clients.</para>
498<indexterm zone="samba3 smbd">
499<primary sortas="b-smbd">smbd</primary>
500</indexterm></listitem>
501</varlistentry>
502
503<varlistentry id="smbmnt">
504<term><command>smbmnt</command></term>
505<listitem><para>is a helper application used by the
506<command>smbmount</command> program to do the actual mounting of
507<acronym>SMB</acronym> shares. It can be installed setuid root if you want
508normal users to be able to mount their <acronym>SMB</acronym> shares.</para>
509<indexterm zone="samba3 smbmnt">
510<primary sortas="b-smbmnt">smbmnt</primary>
511</indexterm></listitem>
512</varlistentry>
513
514<varlistentry id="smbmount">
515<term><command>smbmount</command></term>
516<listitem><para>is usually invoked as <command>mount.smbfs</command> by the
517<command>mount</command> command when using the
518<parameter>-t smbfs</parameter> option, mounts a Linux <acronym>SMB</acronym>
519filesystem.</para>
520<indexterm zone="samba3 smbmount">
521<primary sortas="b-smbmount">smbmount</primary>
522</indexterm></listitem>
523</varlistentry>
524
525<varlistentry id="smbpasswd">
526<term><command>smbpasswd</command></term>
527<listitem><para>changes a user's <application>Samba</application>
528password.</para>
529<indexterm zone="samba3 smbpasswd">
530<primary sortas="b-smbpasswd">smbpasswd</primary>
531</indexterm></listitem>
532</varlistentry>
533
534<varlistentry id="smbspool">
535<term><command>smbspool</command></term>
536<listitem><para>sends a print job to an <acronym>SMB</acronym> printer.</para>
537<indexterm zone="samba3 smbspool">
538<primary sortas="b-smbspool">smbspool</primary>
539</indexterm></listitem>
540</varlistentry>
541
542<varlistentry id="smbstatus">
543<term><command>smbstatus</command></term>
544<listitem><para>reports current <application>Samba</application>
545connections.</para>
546<indexterm zone="samba3 smbstatus">
547<primary sortas="b-smbstatus">smbstatus</primary>
548</indexterm></listitem>
549</varlistentry>
550
551<varlistentry id="smbtar">
552<term><command>smbtar</command></term>
553<listitem><para>is a shell script used for backing up
554<acronym>SMB</acronym>/<acronym>CIFS</acronym> shares directly to Linux tape
555drives or a file.</para>
556<indexterm zone="samba3 smbtar">
557<primary sortas="b-smbtar">smbtar</primary>
558</indexterm></listitem>
559</varlistentry>
560
561<varlistentry id="smbtree">
562<term><command>smbtree</command></term>
563<listitem><para>is a text-based <acronym>SMB</acronym> network browser.</para>
564<indexterm zone="samba3 smbtree">
565<primary sortas="b-smbtree">smbtree</primary>
566</indexterm></listitem>
567</varlistentry>
568
569<varlistentry id="smbumount">
570<term><command>smbumount</command></term>
571<listitem><para>is used by normal users to unmount <acronym>SMB</acronym>
572filesystems, provided that it is setuid root.</para>
573<indexterm zone="samba3 smbumount">
574<primary sortas="b-smbumount">smbumount</primary>
575</indexterm></listitem>
576</varlistentry>
577
578<varlistentry id="swat">
579<term><command>swat</command></term>
580<listitem><para>is the <application>Samba</application> Web Administration
581Tool.</para>
582<indexterm zone="samba3 swat">
583<primary sortas="b-swat">swat</primary>
584</indexterm></listitem>
585</varlistentry>
586
587<varlistentry id="tdbbackup">
588<term><command>tdbbackup</command></term>
589<listitem><para>is a tool for backing up or validating the integrity of
590<application>Samba</application> <filename>.tdb</filename> files.</para>
591<indexterm zone="samba3 tdbbackup">
592<primary sortas="b-tdbbackup">tdbbackup</primary>
593</indexterm></listitem>
594</varlistentry>
595
596<varlistentry id="tdbdump">
597<term><command>tdbdump</command></term>
598<listitem><para> is a tool used to print the contents of a
599<application>Samba</application> <filename>.tdb</filename> file.</para>
600<indexterm zone="samba3 tdbdump">
601<primary sortas="b-tdbdump">tdbdump</primary>
602</indexterm></listitem>
603</varlistentry>
604
605<varlistentry id="tdbtool">
606<term><command>tdbtool</command></term>
607<listitem><para>is a tool which allows simple database manipulation from the
608command line.</para>
609<indexterm zone="samba3 tdbtool">
610<primary sortas="b-tdbtool">tdbtool</primary>
611</indexterm></listitem>
612</varlistentry>
613
614<varlistentry id="testparm">
615<term><command>testparm</command></term>
616<listitem><para>checks an <filename>smb.conf</filename> file for proper
617syntax.</para>
618<indexterm zone="samba3 testparm">
619<primary sortas="b-testparm">testparm</primary>
620</indexterm></listitem>
621</varlistentry>
622
623<varlistentry id="testprns">
624<term><command>testprns</command></term>
625<listitem><para>tests printer names.</para>
626<indexterm zone="samba3 testprns">
627<primary sortas="b-testprns">testprns</primary>
628</indexterm></listitem>
629</varlistentry>
630
631<varlistentry id="wbinfo">
632<term><command>wbinfo</command></term>
633<listitem><para>queries a running <command>winbindd</command> daemon.</para>
634<indexterm zone="samba3 wbinfo">
635<primary sortas="b-wbinfo">wbinfo</primary>
636</indexterm></listitem>
637</varlistentry>
638
639<varlistentry id="winbindd">
640<term><command>winbindd</command></term>
641<listitem><para>resolves names from Windows NT servers.</para>
642<indexterm zone="samba3 winbindd">
643<primary sortas="b-winbindd">winbindd</primary>
644</indexterm></listitem>
645</varlistentry>
646
647</variablelist>
648
649</sect2>
650
651</sect1>
652
Note: See TracBrowser for help on using the repository browser.