source: networking/netprogs/samba.xml@ 63ba2645

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 63ba2645 was 63ba2645, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Forgotten gcc5 tags.

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

  • Property mode set to 100644
File size: 36.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
8 <!ENTITY samba-download-ftp " ">
9 <!ENTITY samba-md5sum "77f138cc0736549b03872279364766e0">
10 <!ENTITY samba-size "20 MB">
11 <!ENTITY samba-buildsize "487 MB (additional 399 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
12 <!ENTITY samba-time "2.1 SBU, using parallelism=4 (additional 6.9 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
13]>
14
15<sect1 id="samba" xreflabel="Samba-&samba-version;">
16 <?dbhtml filename="samba.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Samba-&samba-version;</title>
24
25 <indexterm zone="samba">
26 <primary sortas="a-Samba">Samba</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Samba</title>
31
32 <para>The <application>Samba</application> package provides file and print
33 services to SMB/CIFS clients and Windows networking to Linux clients.
34 <application>Samba</application> can also be configured as a Windows Domain
35 Controller replacement, a file/print server acting as a member of a Windows
36 Active Directory domain and a NetBIOS (rfc1001/1002) nameserver (which
37 among other things provides LAN browsing support).</para>
38
39 &lfs77_checked; &gcc5_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&samba-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&samba-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &samba-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &samba-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &samba-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &samba-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Samba Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="python2"/>
68 </para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="libxslt"/> (for documentation) and
73 <xref linkend="openldap"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="avahi"/>,
79 <xref linkend="cups"/>,
80 <xref linkend="gnutls"/>,
81 <xref linkend="libarchive"/>,
82 <xref linkend="libcap-pam"/>,
83 <xref linkend="libgpg-error"/>,
84 <xref linkend="linux-pam"/>,
85 <xref linkend="mitkrb"/>,
86 <xref linkend="popt"/>,
87 <xref linkend="valgrind"/> (optionally used by the test suite),
88 <xref linkend="xfsprogs"/>,
89 <ulink url="https://ctdb.samba.org/">ctdb</ulink>,
90 <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
91 <ulink url="http://www.h5l.org/">Heimdal</ulink>,
92 <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
93 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
94 <ulink url="https://www.samba.org/ftp/ldb/">ldb</ulink>,
95 <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
96 <ulink url="https://tevent.samba.org/">tevent</ulink>, and
97 <ulink url="https://tdb.samba.org/">tdb</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/samba4"/></para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Samba</title>
107
108 <note>
109 <para>If you wish to run the test suite after the binaries are built, you
110 must add the <option>--enable-selftest</option> parameter to the
111 <command>configure</command> script below. You may want to run
112 <command>configure</command> with the <option>--help</option> parameter
113 first. There may be other parameters needed to take advantage of optional
114 dependencies.</para>
115 </note>
116
117 <para>Fix some code when building with gnutls-3.4 and later:</para>
118
119<screen><userinput>sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
120 -e '/cert_type_priority/d' \
121 -i source4/lib/tls/tls.c &amp;&amp;
122sed -e 's/.*set_priority.*/\tgnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
123 -e '/t cert_type_priority/ s:^:/*:' \
124 -e '/t cert_type_priority/{n;N;N;N;s:$:*/:}' \
125 -i source4/lib/tls/tls_tstream.c</userinput></screen>
126
127 <para>Install <application>Samba</application> by running the following
128 commands:</para>
129
130<screen><userinput>./configure \
131 --prefix=/usr \
132 --sysconfdir=/etc \
133 --localstatedir=/var \
134 --with-piddir=/run/samba \
135 --with-pammodulesdir=/lib/security \
136 --without-systemd \
137 --enable-fhs &amp;&amp;
138
139make</userinput></screen>
140
141 <para>According to <application>Samba</application> developers, the
142 limitation to 108 characters of the path length of a unix named pipe socket
143 may be the cause of errors, so that over 1/3 of the tests might fail. For
144 this reason, the switch <option>--with-selftest-prefix=/tmp/quick</option>
145 (or another path with small number of characters) can be used with
146 configure. Even so, the
147 <quote><replaceable>samba3.raw.eas</replaceable></quote> test may fail,
148 apparently for the same reason. If one quicktest fails, it can be disabled.
149 For example, <quote><replaceable>samba3.raw.eas</replaceable></quote> may
150 be disabled with the following command:</para>
151
152<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i \^samba3.raw.eas" selftest/knownfail</userinput></screen>
153
154 <para>To test the results, as the
155 <systemitem class="username">root</systemitem> user, issue:
156 <command>make quicktest 2>&amp;1 | tee quicktest.log</command>. Summary of
157 the test results and some other information may be obtained with
158 <command>grep -A5 testsuites quicktest.log</command>. There are other
159 targets (test, subunit-test) available, but take a very long time
160 (over 100 SBU).</para>
161
162 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
163
164<screen role="root"><userinput>make install &amp;&amp;
165
166mv -v /usr/lib/libnss_win{s,bind}.so* /lib &amp;&amp;
167ln -v -sf ../../lib/libnss_winbind.so.2 /usr/lib/libnss_winbind.so &amp;&amp;
168ln -v -sf ../../lib/libnss_wins.so.2 /usr/lib/libnss_wins.so &amp;&amp;
169
170install -v -m644 examples/smb.conf.default /etc/samba &amp;&amp;
171
172mkdir -pv /etc/openldap/schema &amp;&amp;
173
174install -v -m644 examples/LDAP/README \
175 /etc/openldap/schema/README.LDAP &amp;&amp;
176
177install -v -m644 examples/LDAP/samba* \
178 /etc/openldap/schema &amp;&amp;
179
180install -v -m755 examples/LDAP/{get*,ol*} \
181 /etc/openldap/schema &amp;&amp;
182
183install -v -m755 -d /usr/share/doc/samba-&samba-version; &amp;&amp;
184
185install -v -m644 lib/ntdb/doc/design.pdf \
186 /usr/share/doc/samba-&samba-version;</userinput></screen>
187
188 </sect2>
189
190 <sect2 role="commands">
191 <title>Command Explanations</title>
192
193 <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
194 a manner compliant with the Filesystem Hierarchy Standard (FHS).</para>
195
196 <para><parameter>--without-systemd</parameter>: Disable
197 <application>systemd</application> integration, which is not part of
198 LFS/BLFS. If you use <application>systemd</application>, replace by
199 <parameter>--with-systemd</parameter>.</para>
200<!--
201 <para><option>-/-enable-socket-wrapper</option> and
202 <option>-/-enable-selftest</option>: These options are required to run
203 the test suite.</para>-->
204
205 <para><option>--with-selftest-prefix=SELFTEST_PREFIX</option>: This option
206 specify the test suite work directory (default=./st).</para>
207
208 <para><command>mv -v /usr/lib/libnss_win{s,bind}.so* /lib</command>:
209 The nss libraries are installed in /usr/lib by default. Move them to
210 /lib.</para>
211
212 <para><command>ln -v -sf ../../lib/libnss_winbind.so.2 /usr/lib/libnss_winbind.so</command>
213 and <command>ln -v -sf ../../lib/libnss_wins.so.2 /usr/lib/libnss_wins.so</command>:
214 These symlinks are required when applicates build against these libraries.</para>
215
216 <para><command>install -v -m644 examples/LDAP/* /etc/openldap/schema</command>:
217 These commands are used to copy sample Samba schemas to the OpenLDAP
218 <filename class='directory'>schema</filename> directory.</para>
219
220 <para><command>install -v -m644 ../examples/smb.conf.default
221 /etc/samba</command>: This copies a default <filename>smb.conf</filename>
222 file into <filename>/etc/samba</filename>. This sample configuration will
223 not work until you copy it to <filename>/etc/samba/smb.conf</filename> and
224 make the appropriate changes for your installation. See the configuration
225 section for minimum values which must be set.</para>
226
227 </sect2>
228
229 <sect2 role="configuration">
230 <title>Configuring Samba</title>
231
232 <sect3 id="samba-config">
233 <title>Config Files</title>
234
235 <para>/etc/samba/smb.conf</para>
236
237 <indexterm zone="samba samba-config">
238 <primary sortas="e-etc-samba-smb.conf">/etc/samba/smb.conf</primary>
239 </indexterm>
240
241 </sect3>
242
243 <sect3>
244 <title>Printing to SMB Clients</title>
245
246 <para>If you use <application>CUPS</application> for print services,
247 and you wish to print to a printer attached to an SMB client, you
248 need to create an SMB backend device. To create the device, issue the
249 following command as the <systemitem class="username">root</systemitem>
250 user:</para>
251
252<screen role="root"><userinput>ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb</userinput></screen>
253
254 </sect3>
255
256 <sect3>
257 <title>Configuration Information</title>
258
259 <para>Due to the complexity and the many various uses for
260 <application>Samba</application>, complete configuration for all the
261 package's capabilities is well beyond the scope of the BLFS book. This
262 section provides instructions to configure the
263 <filename>/etc/samba/smb.conf</filename> file for two common scenarios.
264 The complete contents of <filename>/etc/samba/smb.conf</filename> will
265 depend on the purpose of <application>Samba</application>
266 installation.</para>
267
268 <note>
269 <para>You may find it easier to copy the configuration parameters shown
270 below into an empty <filename>/etc/samba/smb.conf</filename> file
271 instead of copying and editing the default file as mentioned in the
272 <quote>Command Explanations</quote> section. How you create/edit the
273 <filename>/etc/samba/smb.conf</filename> file will be left up to
274 you. Do ensure the file is only writeable by the
275 <systemitem class="username">root</systemitem> user (mode 644).</para>
276 </note>
277
278 <sect4>
279 <title>Scenario 1: Minimal Standalone Client-Only Installation</title>
280
281 <para>Choose this variant if you only want to transfer files using
282 <command>smbclient</command>, mount Windows shares and print to Windows
283 printers, and don't want to share your files and printers to Windows
284 machines.</para>
285
286 <para>A <filename>/etc/samba/smb.conf</filename> file with the following
287 three parameters is sufficient:</para>
288
289<screen role='root'><literal>[global]
290 workgroup = <replaceable>MYGROUP</replaceable>
291 dos charset = <replaceable>cp850</replaceable>
292 unix charset = <replaceable>ISO-8859-1</replaceable></literal></screen>
293
294 <para>The values in this example specify that the computer belongs to a
295 Windows workgroup named
296 <quote><replaceable>MYGROUP</replaceable></quote>, uses the
297 <quote><replaceable>cp850</replaceable></quote> character set on the
298 wire when talking to MS-DOS and MS Windows 9x, and that the filenames
299 are stored in the <quote><replaceable>ISO-8859-1</replaceable></quote>
300 encoding on the disk. Adjust these values appropriately for your
301 installation. The <quote>unix charset</quote> value must be the same as
302 the output of <command>locale charmap</command> when executed with the
303 <envar>LANG</envar> variable set to your preferred locale, otherwise the
304 <command>ls</command> command may not display correct filenames of
305 downloaded files.</para>
306
307 <para>There is no need to run any <application>Samba</application>
308 servers in this scenario, thus you don't need to install the provided
309 bootscripts.</para>
310
311 </sect4>
312
313 <sect4>
314 <title>Scenario 2: Standalone File/Print Server</title>
315
316 <para>Choose this variant if you want to share your files and printers
317 to Windows machines in your workgroup in addition to the capabilities
318 described in Scenario 1.</para>
319
320 <para>In this case, the <filename>/etc/samba/smb.conf.default</filename>
321 file may be a good template to start from. Also add
322 <quote>dos charset</quote> and <quote>unix charset</quote> parameters
323 to the <quote>[global]</quote> section as described in Scenario 1 in
324 order to prevent filename corruption. For security reasons, you may
325 wish to define
326 <replaceable>path = /home/alice/shared-files</replaceable>,
327 assuming your user name is <replaceable>alice</replaceable> and you
328 only want to share the files in that directory, instead of your entire
329 home. Then, replace <replaceable>homes</replaceable> by
330 <replaceable>shared-files</replaceable> and change also the
331 <quote><literal>comment</literal></quote> if used the configuration
332 file below or the <filename>/etc/samba/smb.conf.default</filename>
333 to create yours.</para>
334
335 <para>The following configuration file creates a separate share for each
336 user's home directory and also makes all printers available to Windows
337 machines:</para>
338
339<screen role='root'><literal>[global]
340 workgroup = <replaceable>MYGROUP</replaceable>
341 dos charset = <replaceable>cp850</replaceable>
342 unix charset = <replaceable>ISO-8859-1</replaceable>
343
344[homes]
345 comment = Home Directories
346 browseable = no
347 writable = yes
348
349[printers]
350 comment = All Printers
351 path = /var/spool/samba
352 browseable = no
353 guest ok = no
354 printable = yes</literal></screen>
355
356 <para>Other parameters you may wish to customize in the
357 <quote>[global]</quote> section include:</para>
358
359<screen role='root'><literal> server string =
360 security =
361 hosts allow =
362 load printers =
363 log file =
364 max log size =
365 socket options =
366 local master =</literal></screen>
367
368 <para>Reference the comments in the
369 <filename>/etc/samba/smb.conf.default</filename> file for information
370 regarding these parameters.</para>
371
372 <para>Since the <command>smbd</command> and <command>nmbd</command>
373 daemons are needed in this case, install the <filename>samba</filename>
374 bootscript. Be sure to run <command>smbpasswd</command> (with the
375 <option>-a</option> option to add users) to enable and
376 set passwords for all accounts that need
377 <application>Samba</application> access. Using the default
378 <application>Samba</application> passdb backend, any user you attempt
379 to add will also be required to exist in the
380 <filename>/etc/passwd</filename> file.</para>
381
382 </sect4>
383
384 <sect4>
385 <title>Advanced Requirements</title>
386
387 <para>More complex scenarios involving domain control or membership are
388 possible. Such setups are advanced topics and cannot be adequately
389 covered in BLFS. Many complete books have been written on these topics
390 alone. Note that in some domain membership scenarios, the
391 <command>winbindd</command> daemon and the corresponding bootscript are
392 needed.</para>
393
394 <para>There is quite a bit of documentation available which covers many
395 of these advanced configurations. Point your web browser to the links
396 below to view some of the documentation included with the
397 <application>Samba</application> package:</para>
398
399 <itemizedlist spacing='compact'>
400 <listitem>
401 <para>Using Samba, 2nd Edition; a popular book published by O'Reilly
402 <ulink url="http://www.samba.org/samba/docs/using_samba/toc.html"/></para>
403 </listitem>
404 <listitem>
405 <para>The Official Samba HOWTO and Reference Guide <ulink
406 url="http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/"/>
407 </para>
408 </listitem>
409 <listitem>
410 <para>Samba-3 by Example
411 <ulink url="http://www.samba.org/samba/docs/man/Samba-Guide/"/>
412 </para>
413 </listitem>
414 </itemizedlist>
415
416 </sect4>
417
418 <sect4 id="samba-init">
419 <title>Boot Script</title>
420
421 <para>For your convenience, boot scripts have been provided for
422 <application>Samba</application>. There are two included in the
423 <xref linkend="bootscripts"/> package. The first,
424 <filename>samba</filename>, will start the <command>smbd</command>
425 and <command>nmbd</command> daemons needed to provide SMB/CIFS
426 services. The second script, <filename>winbind</filename>, starts
427 the <command>winbindd</command> daemon, used for providing Windows
428 domain services to Linux clients.</para>
429
430 <indexterm zone="samba samba-init">
431 <primary sortas="f-samba">samba</primary>
432 </indexterm>
433
434 <indexterm zone="samba samba-init">
435 <primary sortas="f-winbind">winbind</primary>
436 </indexterm>
437
438 <para>The default <application>Samba</application> installation uses the
439 <systemitem class='username'>nobody</systemitem> user for guest access
440 to the server. This can be overridden by setting the
441 <option>guest account =</option> parameter in the
442 <filename>/etc/samba/smb.conf</filename> file. If you utilize the
443 <option>guest account =</option> parameter, ensure this user exists in
444 the <filename>/etc/passwd</filename> file. To use the default user,
445 issue the following commands as the
446 <systemitem class='username'>root</systemitem> user:</para>
447
448<screen role="root"><userinput>groupadd -g 99 nogroup &amp;&amp;
449useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
450 -s /bin/false -u 99 nobody</userinput></screen>
451
452 <para>Install the <filename>samba</filename> script with the following
453 command issued as the <systemitem class="username">root</systemitem>
454 user:</para>
455
456<screen role="root"><userinput>make install-samba</userinput></screen>
457
458 <para>If you also need the <filename>winbindd</filename>
459 script to resolve names from Windows clients, run:</para>
460
461<screen role="root"><userinput>make install-winbindd</userinput></screen>
462
463 </sect4>
464
465 </sect3>
466
467 </sect2>
468
469 <sect2 role="content">
470 <title>Contents</title>
471
472 <segmentedlist>
473 <segtitle>Installed Programs</segtitle>
474 <segtitle>Installed Libraries</segtitle>
475 <segtitle>Installed Directories</segtitle>
476
477 <seglistitem>
478
479 <seg>
480 cifsdd, dbwrap_tool, eventlogadm, gentest, ldbadd, ldbdel, ldbedit,
481 ldbmodify, ldbrename, ldbsearch, locktest, masktest, ndrdump, net,
482 nmbd, nmblookup, ntdbbackup, ntdbdump, ntdbrestore, ntdbtool,
483 ntlm_auth, oLschema2ldif, pdbedit, pidl, profiles, regdiff, regpatch,
484 regshell, regtree, rpcclient, samba, samba_dnsupdate, samba_kcc,
485 samba-regedit, samba_spnupdate, samba-tool, samba_upgradedns,
486 sharesec, smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
487 smbpasswd, smbspool, smbstatus, smbtar, smbta-util, smbtorture,
488 smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool, testparm, wbinfo,
489 and winbindd
490 </seg>
491
492 <seg>
493 libdcerpc-atsvc.so, libdcerpc-binding.so, libdcerpc-samr.so,
494 libdcerpc-server.so, libdcerpc.so, libgensec.so, libndr-krb5pac.so,
495 libndr-nbt.so, libndr.so, libndr-standard.so, libnetapi.so,
496 libnss_winbind.so, libnss_wins.so, libregistry.so,
497 libsamba-credentials.so, libsamba-hostconfig.so, libsamba-passdb.so,
498 libsamba-policy.so, libsamba-util.so, libsamdb.so,
499 libsmbclient-raw.so, libsmbclient.so, libsmbconf.so, libsmbldap.so,
500 libtevent-util.so, libtorture.so, libwbclient.so, mit_samba.so, and
501 winbind_krb5_locator.so; the pam_winbind.so and pam_smbpass.so PAM
502 libraries; and assorted character set, filesystem and support modules
503 under /usr/lib/{python&python2-majorver;,samba}
504 </seg>
505
506 <seg>
507 /etc/samba, /run/samba, /usr/include/samba-4.0,
508 /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/{Samba{3,4},Wireshark},
509 /usr/lib/python&python2-majorver;/site-packages/samba,
510 /usr/lib/samba, /usr/share/doc/samba-&samba-version;,
511 /usr/share/samba, and /var/{cache,lib,lock,log,run}/samba
512 </seg>
513
514 </seglistitem>
515 </segmentedlist>
516
517 <variablelist>
518 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
519 <?dbfo list-presentation="list"?>
520 <?dbhtml list-presentation="table"?>
521
522 <varlistentry id="eventlogadm">
523 <term><command>eventlogadm</command></term>
524 <listitem>
525 <para>is used to write records to eventlogs from STDIN, add the
526 specified source and DLL eventlog registry entries and display the
527 active eventlog names (from <filename>smb.conf</filename>).</para>
528 <indexterm zone="samba eventlogadm">
529 <primary sortas="b-eventlogadm">eventlogadm</primary>
530 </indexterm>
531 </listitem>
532 </varlistentry>
533
534 <varlistentry id="ldbadd">
535 <term><command>ldbadd</command></term>
536 <listitem>
537 <para>is a command-line utility for adding records to an LDB
538 database.</para>
539 <indexterm zone="samba ldbadd">
540 <primary sortas="b-ldbadd">ldbadd</primary>
541 </indexterm>
542 </listitem>
543 </varlistentry>
544
545 <varlistentry id="ldbdel">
546 <term><command>ldbdel</command></term>
547 <listitem>
548 <para>is a command-line program for deleting LDB database
549 records.</para>
550 <indexterm zone="samba ldbdel">
551 <primary sortas="b-ldbdel">ldbdel</primary>
552 </indexterm>
553 </listitem>
554 </varlistentry>
555
556 <varlistentry id="ldbedit">
557 <term><command>ldbedit</command></term>
558 <listitem>
559 <para>allows you to edit LDB databases using your preferred
560 editor.</para>
561 <indexterm zone="samba ldbedit">
562 <primary sortas="b-ldbedit">ldbedit</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <varlistentry id="ldbmodify">
568 <term><command>ldbmodify</command></term>
569 <listitem>
570 <para>allows you to modify records in an LDB database.</para>
571 <indexterm zone="samba ldbmodify">
572 <primary sortas="b-ldbmodify">ldbmodify</primary>
573 </indexterm>
574 </listitem>
575 </varlistentry>
576
577 <varlistentry id="ldbrename">
578 <term><command>ldbrename</command></term>
579 <listitem>
580 <para>allows you to edit LDB databases using your preferred
581 editor.</para>
582 <indexterm zone="samba ldbrename">
583 <primary sortas="b-ldbrename">ldbrename</primary>
584 </indexterm>
585 </listitem>
586 </varlistentry>
587
588 <varlistentry id="ldbsearch">
589 <term><command>ldbsearch</command></term>
590 <listitem>
591 <para>searches an LDB database for records matching a specified
592 expression.</para>
593 <indexterm zone="samba ldbsearch">
594 <primary sortas="b-ldbsearch">ldbsearch</primary>
595 </indexterm>
596 </listitem>
597 </varlistentry>
598
599 <varlistentry id="net">
600 <term><command>net</command></term>
601 <listitem>
602 <para>is a tool for administration of
603 <application>Samba</application> and remote CIFS servers, similar
604 to the <command>net</command> utility for DOS/Windows.</para>
605 <indexterm zone="samba net">
606 <primary sortas="b-net">net</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="nmbd">
612 <term><command>nmbd</command></term>
613 <listitem>
614 <para>is the <application>Samba</application>
615 NetBIOS name server.</para>
616 <indexterm zone="samba nmbd">
617 <primary sortas="b-nmbd">nmbd</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 <varlistentry id="nmblookup">
623 <term><command>nmblookup</command></term>
624 <listitem>
625 <para>is used to query NetBIOS names and map
626 them to IP addresses.</para>
627 <indexterm zone="samba nmblookup">
628 <primary sortas="b-nmblookup">nmblookup</primary>
629 </indexterm>
630 </listitem>
631 </varlistentry>
632
633 <varlistentry id="ntlm_auth">
634 <term><command>ntlm_auth</command></term>
635 <listitem>
636 <para>is a tool to allow external access to Winbind's
637 NTLM authentication function.</para>
638 <indexterm zone="samba ntlm_auth">
639 <primary sortas="b-ntlm_auth">ntlm_auth</primary>
640 </indexterm>
641 </listitem>
642 </varlistentry>
643
644 <varlistentry id="pdbedit">
645 <term><command>pdbedit</command></term>
646 <listitem>
647 <para>is a tool used to manage the SAM database.</para>
648 <indexterm zone="samba pdbedit">
649 <primary sortas="b-pdbedit">pdbedit</primary>
650 </indexterm>
651 </listitem>
652 </varlistentry>
653
654 <varlistentry id="profiles">
655 <term><command>profiles</command></term>
656 <listitem>
657 <para>is a utility that reports and changes SIDs in Windows
658 registry files. It currently only supports Windows NT.</para>
659 <indexterm zone="samba profiles">
660 <primary sortas="b-profiles">profiles</primary>
661 </indexterm>
662 </listitem>
663 </varlistentry>
664
665 <varlistentry id="rpcclient">
666 <term><command>rpcclient</command></term>
667 <listitem>
668 <para>is used to execute MS-RPC client side functions.</para>
669 <indexterm zone="samba rpcclient">
670 <primary sortas="b-rpcclient">rpcclient</primary>
671 </indexterm>
672 </listitem>
673 </varlistentry>
674
675 <varlistentry id="sharesec">
676 <term><command>sharesec</command></term>
677 <listitem>
678 <para>manipulates share ACL permissions on SMB file shares.</para>
679 <indexterm zone="samba sharesec">
680 <primary sortas="b-sharesec">sharesec</primary>
681 </indexterm>
682 </listitem>
683 </varlistentry>
684
685 <varlistentry id="smbcacls">
686 <term><command>smbcacls</command></term>
687 <listitem>
688 <para>is used to manipulate Windows NT access control lists.</para>
689 <indexterm zone="samba smbcacls">
690 <primary sortas="b-smbcacls">smbcacls</primary>
691 </indexterm>
692 </listitem>
693 </varlistentry>
694
695 <varlistentry id="smbclient">
696 <term><command>smbclient</command></term>
697 <listitem>
698 <para>is a SMB/CIFS access utility, similar to FTP.</para>
699 <indexterm zone="samba smbclient">
700 <primary sortas="b-smbclient">smbclient</primary>
701 </indexterm>
702 </listitem>
703 </varlistentry>
704
705 <varlistentry id="smbcontrol">
706 <term><command>smbcontrol</command></term>
707 <listitem>
708 <para>is used to control running <command>smbd</command>,
709 <command>nmbd</command> and <command>winbindd</command>
710 daemons.</para>
711 <indexterm zone="samba smbcontrol">
712 <primary sortas="b-smbcontrol">smbcontrol</primary>
713 </indexterm>
714 </listitem>
715 </varlistentry>
716
717 <varlistentry id="smbcquotas">
718 <term><command>smbcquotas</command></term>
719 <listitem>
720 <para>is used to manipulate Windows NT quotas on
721 SMB file shares.</para>
722 <indexterm zone="samba smbcquotas">
723 <primary sortas="b-smbcquotas">smbcquotas</primary>
724 </indexterm>
725 </listitem>
726 </varlistentry>
727
728 <varlistentry id="smbd">
729 <term><command>smbd</command></term>
730 <listitem>
731 <para>is the main <application>Samba</application> daemon which
732 provides SMB/CIFS services to clients.</para>
733 <indexterm zone="samba smbd">
734 <primary sortas="b-smbd">smbd</primary>
735 </indexterm>
736 </listitem>
737 </varlistentry>
738
739 <varlistentry id="smbget">
740 <term><command>smbget</command></term>
741 <listitem>
742 <para>is a simple utility with <command>wget</command>-like
743 semantics, that can download files from SMB servers. You can specify
744 the files you would like to download on the command-line.</para>
745 <indexterm zone="samba smbget">
746 <primary sortas="b-smbget">smbget</primary>
747 </indexterm>
748 </listitem>
749 </varlistentry>
750
751 <varlistentry id="smbpasswd">
752 <term><command>smbpasswd</command></term>
753 <listitem>
754 <para>changes a user's <application>Samba</application>
755 password.</para>
756 <indexterm zone="samba smbpasswd">
757 <primary sortas="b-smbpasswd">smbpasswd</primary>
758 </indexterm>
759 </listitem>
760 </varlistentry>
761
762 <varlistentry id="smbspool">
763 <term><command>smbspool</command></term>
764 <listitem>
765 <para>sends a print job to an SMB printer.</para>
766 <indexterm zone="samba smbspool">
767 <primary sortas="b-smbspool">smbspool</primary>
768 </indexterm>
769 </listitem>
770 </varlistentry>
771
772 <varlistentry id="smbstatus">
773 <term><command>smbstatus</command></term>
774 <listitem>
775 <para>reports current <application>Samba</application>
776 connections.</para>
777 <indexterm zone="samba smbstatus">
778 <primary sortas="b-smbstatus">smbstatus</primary>
779 </indexterm>
780 </listitem>
781 </varlistentry>
782
783 <varlistentry id="smbtar">
784 <term><command>smbtar</command></term>
785 <listitem>
786 <para>is a shell script used for backing up SMB/CIFS shares
787 directly to Linux tape drives or a file.</para>
788 <indexterm zone="samba smbtar">
789 <primary sortas="b-smbtar">smbtar</primary>
790 </indexterm>
791 </listitem>
792 </varlistentry>
793
794 <varlistentry id="smbtree">
795 <term><command>smbtree</command></term>
796 <listitem>
797 <para>is a text-based SMB network browser.</para>
798 <indexterm zone="samba smbtree">
799 <primary sortas="b-smbtree">smbtree</primary>
800 </indexterm>
801 </listitem>
802 </varlistentry>
803
804 <varlistentry id="tdbbackup">
805 <term><command>tdbbackup</command></term>
806 <listitem>
807 <para>is a tool for backing up or validating the integrity of
808 <application>Samba</application> <filename>.tdb</filename>
809 files.</para>
810 <indexterm zone="samba tdbbackup">
811 <primary sortas="b-tdbbackup">tdbbackup</primary>
812 </indexterm>
813 </listitem>
814 </varlistentry>
815
816 <varlistentry id="tdbdump">
817 <term><command>tdbdump</command></term>
818 <listitem>
819 <para> is a tool used to print the contents of a
820 <application>Samba</application> <filename>.tdb</filename>
821 file.</para>
822 <indexterm zone="samba tdbdump">
823 <primary sortas="b-tdbdump">tdbdump</primary>
824 </indexterm>
825 </listitem>
826 </varlistentry>
827
828 <varlistentry id="tdbtool">
829 <term><command>tdbtool</command></term>
830 <listitem>
831 <para>is a tool which allows simple database manipulation from the
832 command line.</para>
833 <indexterm zone="samba tdbtool">
834 <primary sortas="b-tdbtool">tdbtool</primary>
835 </indexterm>
836 </listitem>
837 </varlistentry>
838
839 <varlistentry id="testparm">
840 <term><command>testparm</command></term>
841 <listitem>
842 <para>checks an <filename>smb.conf</filename> file for proper
843 syntax.</para>
844 <indexterm zone="samba testparm">
845 <primary sortas="b-testparm">testparm</primary>
846 </indexterm>
847 </listitem>
848 </varlistentry>
849
850 <varlistentry id="wbinfo">
851 <term><command>wbinfo</command></term>
852 <listitem>
853 <para>queries a running <command>winbindd</command> daemon.</para>
854 <indexterm zone="samba wbinfo">
855 <primary sortas="b-wbinfo">wbinfo</primary>
856 </indexterm>
857 </listitem>
858 </varlistentry>
859
860 <varlistentry id="winbindd">
861 <term><command>winbindd</command></term>
862 <listitem>
863 <para>resolves names from Windows NT servers.</para>
864 <indexterm zone="samba winbindd">
865 <primary sortas="b-winbindd">winbindd</primary>
866 </indexterm>
867 </listitem>
868 </varlistentry>
869
870 <varlistentry id="libnss_winbind">
871 <term><filename class='libraryfile'>libnss_winbind.so</filename></term>
872 <listitem>
873 <para>provides Name Service Switch API functions for resolving names
874 from NT servers.</para>
875 <indexterm zone="samba libnss_winbind">
876 <primary sortas="c-libnss_winbind">libnss_winbind.so</primary>
877 </indexterm>
878 </listitem>
879 </varlistentry>
880
881 <varlistentry id="libnss_wins">
882 <term><filename class='libraryfile'>libnss_wins.so</filename></term>
883 <listitem>
884 <para>provides API functions for Samba's implementation of the
885 Windows Internet Naming Service.</para>
886 <indexterm zone="samba libnss_wins">
887 <primary sortas="c-libnss_wins">libnss_wins.so</primary>
888 </indexterm>
889 </listitem>
890 </varlistentry>
891
892 <varlistentry id="libnetapi">
893 <term><filename class='libraryfile'>libnetapi.so</filename></term>
894 <listitem>
895 <para>provides the API functions for the administration tools used
896 for Samba and remote CIFS servers.</para>
897 <indexterm zone="samba libnetapi">
898 <primary sortas="c-libnetapi">libnetapi.so</primary>
899 </indexterm>
900 </listitem>
901 </varlistentry>
902
903 <varlistentry id="libsmbclient">
904 <term><filename class='libraryfile'>libsmbclient.so</filename></term>
905 <listitem>
906 <para>provides the API functions for the Samba SMB client tools.</para>
907 <indexterm zone="samba libsmbclient">
908 <primary sortas="c-libsmbclient">libsmbclient.so</primary>
909 </indexterm>
910 </listitem>
911 </varlistentry>
912<!--
913 <varlistentry id="libsmbsharemodes">
914 <term><filename class='libraryfile'>libsmbsharemodes.so</filename></term>
915 <listitem>
916 <para>provides API functions for accessing SMB share modes
917 (locks etc.)</para>
918 <indexterm zone="samba libsmbsharemodes">
919 <primary sortas="c-libsmbsharemodes">libsmbsharemodes.so</primary>
920 </indexterm>
921 </listitem>
922 </varlistentry>-->
923
924 <varlistentry id="libwbclient">
925 <term><filename class='libraryfile'>libwbclient.so</filename></term>
926 <listitem>
927 <para>provides API functions for Windows domain client services.</para>
928 <indexterm zone="samba libwbclient">
929 <primary sortas="c-libwbclient">libwbclient.so</primary>
930 </indexterm>
931 </listitem>
932 </varlistentry>
933
934 </variablelist>
935
936 </sect2>
937
938</sect1>
Note: See TracBrowser for help on using the repository browser.