source: server/other/samba3.xml@ 2a3fc53

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 2a3fc53 was 2a3fc53, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update to samba tagging

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

  • Property mode set to 100644
File size: 24.3 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
231<indexterm zone="samba3 samba3-swat-config">
232 <primary sortas="e-etc-services">/etc/services</primary>
233</indexterm>
234
235<indexterm zone="samba3 samba3-swat-config">
236 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
237</indexterm>
238
239<indexterm zone="samba3 samba3-swat-config">
240 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
241</indexterm>
242
243<para>Add swat and swat_tunnel entries to
244<filename>/etc/services</filename> with the following commands issued as the
245root user:</para>
246
247<screen><userinput role='root'><command>echo "swat 901/tcp" &gt;&gt; /etc/services &amp;&amp;
248echo "swat_tunnel 902/tcp" &gt;&gt; /etc/services</command></userinput></screen>
249
250<para>If <command>inetd</command> is used, the following command will add the
251swat_tunnel entry to <filename>/etc/inetd.conf</filename> (as user root):</para>
252
253<screen><userinput role='root'><command>echo "swat_tunnel stream tcp nowait.400 root /usr/sbin/swat swat" \
254 &gt;&gt; /etc/inetd.conf</command></userinput></screen>
255<para>Issue a <command>killall -HUP inetd</command> to reread the
256changed <filename>inetd.conf</filename> file.</para>
257
258<para>If you use <command>xinetd</command>, the following command will create the
259<application>Samba</application> file as <filename>/etc/xinetd.d/swat_tunnel</filename>:
260(you may need to modify or remove the
261<quote>only_from</quote> line to include the desired host[s]):</para>
262
263<screen><userinput role='root'><command>cat &gt;&gt; /etc/xinetd.d/swat_tunnel &lt;&lt; "EOF"</command>
264# Begin /etc/xinetd.d/swat_tunnel
265
266service swat_tunnel
267{
268 port = 902
269 socket_type = stream
270 wait = no
271 only_from = 127.0.0.1
272 user = root
273 server = /usr/sbin/swat
274 log_on_failure += USERID
275}
276
277# End /etc/xinetd.d/swat_tunnel
278<command>EOF</command></userinput></screen>
279
280<indexterm zone="samba3 samba3-swat-config">
281 <primary sortas="e-etc-xinetd.d-swat-tunnel">/etc/xinetd.d/swat_tunnel</primary>
282</indexterm>
283
284<para>Issue a <command>killall -HUP xinetd</command> to reread the
285changed <filename>xinetd.conf</filename> file.</para>
286
287<para>Next, you must add an entry for the swat service to the
288<filename>/etc/stunnel/stunnel.conf</filename> file (as user root):</para>
289
290<indexterm zone="samba3 samba3-swat-config">
291 <primary sortas="e-etc-stunnel-stunnel.conf">/etc/stunnel/stunnel.conf</primary>
292</indexterm>
293
294<screen><userinput role='root'><command>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; "EOF"</command>
295[swat]
296accept = 901
297connect = 902
298
299<command>EOF</command></userinput></screen>
300
301<para>Restart the <command>stunnel</command> daemon using the following
302command as the root user:</para>
303
304<screen><userinput role='root'><command>/etc/rc.d/init.d/stunnel restart</command></userinput></screen>
305
306<para><acronym>SWAT</acronym> can be launched by pointing your web browser to
307<userinput>https://<replaceable>[CA_DN_field]</replaceable>:901</userinput>.
308Substitute the hostname listed in the <acronym>DN</acronym> field of the
309<acronym>CA</acronym> certificate used with
310<application>Stunnel</application> for
311<replaceable>[CA_DN_field]</replaceable>.</para>
312
313<note><para>If you linked
314<application>Linux-<acronym>PAM</acronym></application> into the
315<application>Samba</application> build, you'll need to create an
316<filename>/etc/pam.d/samba</filename> file.</para></note>
317
318<indexterm zone="samba3 samba3-swat-config">
319 <primary sortas="e-etc-pam.d-samba">/etc/pam.d/samba</primary>
320</indexterm>
321
322</sect3>
323
324<sect3><title>Printing to <acronym>SMB</acronym> clients</title>
325
326<para>If you use <application><acronym>CUPS</acronym></application> for print
327services, and you wish to print to a printer attached to an
328<acronym>SMB</acronym> client, you need to create an <acronym>SMB</acronym>
329backend device. To create the device, issue the following command as the
330root user:</para>
331
332<screen><userinput><command>ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb</command></userinput></screen>
333</sect3>
334
335<sect3 id="samba3-init"><title>Installing bootscripts</title>
336
337<para>For your convenience, boot scripts have been provided for
338<application>Samba</application>. There are two included in the
339<xref linkend="intro-important-bootscripts"/> package. The first,
340<filename>samba</filename>, will start the <command>smbd</command> and
341<command>nmbd</command> daemons needed to provide
342<acronym>SMB</acronym>/<acronym>CIFS</acronym> services. The second
343script, <filename>winbind</filename>, starts the <command>winbindd</command>
344daemon, used for providing Windows domain services to Linux clients.</para>
345
346<indexterm zone="samba3 samba3-init">
347 <primary sortas="f-samba">samba</primary>
348</indexterm>
349
350<indexterm zone="samba3 samba3-init">
351 <primary sortas="f-winbind">winbind</primary>
352</indexterm>
353
354<para>Install the <filename>samba</filename> script with the following
355command issued as the root user:</para>
356
357<screen><userinput role='root'><command>make install-samba</command></userinput></screen>
358
359<para>If you also need the <filename>winbind</filename> script:</para>
360
361<screen><userinput role='root'><command>make install-winbind</command></userinput></screen>
362</sect3>
363
364</sect2>
365
366<sect2>
367<title>Contents</title>
368
369<segmentedlist>
370<segtitle>Installed Programs</segtitle>
371<segtitle>Installed Libraries</segtitle>
372<segtitle>Installed Directories</segtitle>
373
374<seglistitem>
375<seg>findsmb, mount.smbfs, net, nmbd, nmblookup, ntlm_auth, pdbedit, profiles,
376rpcclient, smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbmnt,
377smbmount, smbpasswd, smbspool, smbstatus, smbtar, smbtree, smbumount, swat,
378tdbbackup, tdbdump, tdbtool, testparm, testprns, wbinfo and winbindd</seg>
379<seg>libnss_winbind.so, libnss_wins.so, libsmbclient.[so,a], the
380pam_winbind.so <acronym>PAM</acronym> library and assorted character set,
381filesystem and support modules.</seg>
382<seg>/etc/samba, /usr/lib/samba, /usr/share/samba, /var/cache/samba and
383/var/lib/samba</seg>
384</seglistitem>
385</segmentedlist>
386
387<variablelist>
388<bridgehead renderas="sect3">Short Descriptions</bridgehead>
389<?dbfo list-presentation="list"?>
390
391<varlistentry id="findsmb">
392<term><command>findsmb</command></term>
393<listitem><para>lists information about machines that respond to
394<acronym>SMB</acronym> name queries on a subnet.</para>
395<indexterm zone="samba3 findsmb">
396<primary sortas="b-findsmb">findsmb</primary>
397</indexterm></listitem>
398</varlistentry>
399
400<varlistentry id="mount.smbfs">
401<term><command>mount.smbfs</command></term>
402<listitem><para>is a symlink to <command>mountsmb</command> which provides
403<command>/bin/mount</command> with a way to mount remote Windows (or
404<application>Samba</application>) fileshares.</para>
405<indexterm zone="samba3 mount.smbfs">
406<primary sortas="b-mount.smbfs">mount.smbfs</primary>
407</indexterm></listitem>
408</varlistentry>
409
410<varlistentry id="net">
411<term><command>net</command></term>
412<listitem><para>is a tool for administration of
413<application>Samba</application> and remote <acronym>CIFS</acronym> servers,
414similar to the <command>net</command> utility for
415<acronym>DOS</acronym>/Windows.</para>
416<indexterm zone="samba3 net">
417<primary sortas="b-net">net</primary>
418</indexterm></listitem>
419</varlistentry>
420
421<varlistentry id="nmbd">
422<term><command>nmbd</command></term>
423<listitem><para>is the <application>Samba</application>
424Net<acronym>BIOS</acronym> name server.</para>
425<indexterm zone="samba3 nmbd">
426<primary sortas="b-nmbd">nmbd</primary>
427</indexterm></listitem>
428</varlistentry>
429
430<varlistentry id="nmblookup">
431<term><command>nmblookup</command></term>
432<listitem><para>is used to query Net<acronym>BIOS</acronym> names and map
433them to <acronym>IP</acronym> addresses.</para>
434<indexterm zone="samba3 nmblookup">
435<primary sortas="b-nmblookup">nmblookup</primary>
436</indexterm></listitem>
437</varlistentry>
438
439<varlistentry id="ntlm_auth">
440<term><command>ntlm_auth</command></term>
441<listitem><para>is a tool to allow external access to Winbind's
442<acronym>NTLM</acronym> authentication function.</para>
443<indexterm zone="samba3 ntlm_auth">
444<primary sortas="b-ntlm_auth">ntlm_auth</primary>
445</indexterm></listitem>
446</varlistentry>
447
448<varlistentry id="pdbedit">
449<term><command>pdbedit</command></term>
450<listitem><para>is a tool used to manage the <acronym>SAM</acronym>
451database.</para>
452<indexterm zone="samba3 pdbedit">
453<primary sortas="b-pdbedit">pdbedit</primary>
454</indexterm></listitem>
455</varlistentry>
456
457<varlistentry id="profiles">
458<term><command>profiles</command></term>
459<listitem><para>is a utility that reports and changes <acronym>SID</acronym>s
460in Windows registry files. It currently only supports Windows NT.</para>
461<indexterm zone="samba3 profiles">
462<primary sortas="b-profiles">profiles</primary>
463</indexterm></listitem>
464</varlistentry>
465
466<varlistentry id="rpcclient">
467<term><command>rpcclient</command></term>
468<listitem><para>is used to execute MS-<acronym>RPC</acronym> client side
469functions.</para>
470<indexterm zone="samba3 rpcclient">
471<primary sortas="b-rpcclient">rpcclient</primary>
472</indexterm></listitem>
473</varlistentry>
474
475<varlistentry id="smbcacls">
476<term><command>smbcacls</command></term>
477<listitem><para>is used to manipulate Windows NT access control lists.</para>
478<indexterm zone="samba3 smbcacls">
479<primary sortas="b-smbcacls">smbcacls</primary>
480</indexterm></listitem>
481</varlistentry>
482
483<varlistentry id="smbclient">
484<term><command>smbclient</command></term>
485<listitem><para>is a <acronym>SMB</acronym>/<acronym>CIFS</acronym> access
486utility, similar to <acronym>FTP</acronym>.</para>
487<indexterm zone="samba3 smbclient">
488<primary sortas="b-smbclient">smbclient</primary>
489</indexterm></listitem>
490</varlistentry>
491
492<varlistentry id="smbcontrol">
493<term><command>smbcontrol</command></term>
494<listitem><para>is used to control running <command>smbd</command>,
495<command>nmbd</command> and <command>winbindd</command> daemons.</para>
496<indexterm zone="samba3 smbcontrol">
497<primary sortas="b-smbcontrol">smbcontrol</primary>
498</indexterm></listitem>
499</varlistentry>
500
501<varlistentry id="smbcquotas">
502<term><command>smbcquotas</command></term>
503<listitem><para>is used to manipulate Windows NT quotas on
504<acronym>SMB</acronym> file shares.</para>
505<indexterm zone="samba3 smbcquotas">
506<primary sortas="b-smbcquotas">smbcquotas</primary>
507</indexterm></listitem>
508</varlistentry>
509
510<varlistentry id="smbd">
511<term><command>smbd</command></term>
512<listitem><para>is the main <application>Samba</application> daemon which
513provides <acronym>SMB</acronym>/<acronym>CIFS</acronym> services to
514clients.</para>
515<indexterm zone="samba3 smbd">
516<primary sortas="b-smbd">smbd</primary>
517</indexterm></listitem>
518</varlistentry>
519
520<varlistentry id="smbmnt">
521<term><command>smbmnt</command></term>
522<listitem><para>is a helper application used by the
523<command>smbmount</command> program to do the actual mounting of
524<acronym>SMB</acronym> shares. It can be installed setuid root if you want
525normal users to be able to mount their <acronym>SMB</acronym> shares.</para>
526<indexterm zone="samba3 smbmnt">
527<primary sortas="b-smbmnt">smbmnt</primary>
528</indexterm></listitem>
529</varlistentry>
530
531<varlistentry id="smbmount">
532<term><command>smbmount</command></term>
533<listitem><para>is usually invoked as <command>mount.smbfs</command> by the
534<command>mount</command> command when using the
535<parameter>-t smbfs</parameter> option, mounts a Linux <acronym>SMB</acronym>
536filesystem.</para>
537<indexterm zone="samba3 smbmount">
538<primary sortas="b-smbmount">smbmount</primary>
539</indexterm></listitem>
540</varlistentry>
541
542<varlistentry id="smbpasswd">
543<term><command>smbpasswd</command></term>
544<listitem><para>changes a user's <application>Samba</application>
545password.</para>
546<indexterm zone="samba3 smbpasswd">
547<primary sortas="b-smbpasswd">smbpasswd</primary>
548</indexterm></listitem>
549</varlistentry>
550
551<varlistentry id="smbspool">
552<term><command>smbspool</command></term>
553<listitem><para>sends a print job to an <acronym>SMB</acronym> printer.</para>
554<indexterm zone="samba3 smbspool">
555<primary sortas="b-smbspool">smbspool</primary>
556</indexterm></listitem>
557</varlistentry>
558
559<varlistentry id="smbstatus">
560<term><command>smbstatus</command></term>
561<listitem><para>reports current <application>Samba</application>
562connections.</para>
563<indexterm zone="samba3 smbstatus">
564<primary sortas="b-smbstatus">smbstatus</primary>
565</indexterm></listitem>
566</varlistentry>
567
568<varlistentry id="smbtar">
569<term><command>smbtar</command></term>
570<listitem><para>is a shell script used for backing up
571<acronym>SMB</acronym>/<acronym>CIFS</acronym> shares directly to Linux tape
572drives or a file.</para>
573<indexterm zone="samba3 smbtar">
574<primary sortas="b-smbtar">smbtar</primary>
575</indexterm></listitem>
576</varlistentry>
577
578<varlistentry id="smbtree">
579<term><command>smbtree</command></term>
580<listitem><para>is a text-based <acronym>SMB</acronym> network browser.</para>
581<indexterm zone="samba3 smbtree">
582<primary sortas="b-smbtree">smbtree</primary>
583</indexterm></listitem>
584</varlistentry>
585
586<varlistentry id="smbumount">
587<term><command>smbumount</command></term>
588<listitem><para>is used by normal users to unmount <acronym>SMB</acronym>
589filesystems, provided that it is setuid root.</para>
590<indexterm zone="samba3 smbumount">
591<primary sortas="b-smbumount">smbumount</primary>
592</indexterm></listitem>
593</varlistentry>
594
595<varlistentry id="swat">
596<term><command>swat</command></term>
597<listitem><para>is the <application>Samba</application> Web Administration
598Tool.</para>
599<indexterm zone="samba3 swat">
600<primary sortas="b-swat">swat</primary>
601</indexterm></listitem>
602</varlistentry>
603
604<varlistentry id="tdbbackup">
605<term><command>tdbbackup</command></term>
606<listitem><para>is a tool for backing up or validating the integrity of
607<application>Samba</application> <filename>.tdb</filename> files.</para>
608<indexterm zone="samba3 tdbbackup">
609<primary sortas="b-tdbbackup">tdbbackup</primary>
610</indexterm></listitem>
611</varlistentry>
612
613<varlistentry id="tdbdump">
614<term><command>tdbdump</command></term>
615<listitem><para> is a tool used to print the contents of a
616<application>Samba</application> <filename>.tdb</filename> file.</para>
617<indexterm zone="samba3 tdbdump">
618<primary sortas="b-tdbdump">tdbdump</primary>
619</indexterm></listitem>
620</varlistentry>
621
622<varlistentry id="tdbtool">
623<term><command>tdbtool</command></term>
624<listitem><para>is a tool which allows simple database manipulation from the
625command line.</para>
626<indexterm zone="samba3 tdbtool">
627<primary sortas="b-tdbtool">tdbtool</primary>
628</indexterm></listitem>
629</varlistentry>
630
631<varlistentry id="testparm">
632<term><command>testparm</command></term>
633<listitem><para>checks an <filename>smb.conf</filename> file for proper
634syntax.</para>
635<indexterm zone="samba3 testparm">
636<primary sortas="b-testparm">testparm</primary>
637</indexterm></listitem>
638</varlistentry>
639
640<varlistentry id="testprns">
641<term><command>testprns</command></term>
642<listitem><para>tests printer names.</para>
643<indexterm zone="samba3 testprns">
644<primary sortas="b-testprns">testprns</primary>
645</indexterm></listitem>
646</varlistentry>
647
648<varlistentry id="wbinfo">
649<term><command>wbinfo</command></term>
650<listitem><para>queries a running <command>winbindd</command> daemon.</para>
651<indexterm zone="samba3 wbinfo">
652<primary sortas="b-wbinfo">wbinfo</primary>
653</indexterm></listitem>
654</varlistentry>
655
656<varlistentry id="winbindd">
657<term><command>winbindd</command></term>
658<listitem><para>resolves names from Windows NT servers.</para>
659<indexterm zone="samba3 winbindd">
660<primary sortas="b-winbindd">winbindd</primary>
661</indexterm></listitem>
662</varlistentry>
663
664</variablelist>
665
666</sect2>
667
668</sect1>
669
Note: See TracBrowser for help on using the repository browser.