source: networking/netprogs/samba.xml@ 4628cd88

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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 4628cd88 was 94b42903, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Archive openssl-1.1.x. Moved to LFS.
Update to v4l-utils-1.14.2.
Update to vlc-3.0.0.

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

  • Property mode set to 100644
File size: 48.8 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://www.samba.org/ftp/samba/stable/samba-&samba-version;.tar.gz">
8 <!ENTITY samba-download-ftp " ">
9 <!ENTITY samba-md5sum "427e7feb988603c51f01c97803305fed">
10 <!ENTITY samba-size "16.1 MB">
11 <!ENTITY samba-buildsize "573 MB (add 421 MB for quicktest)">
12 <!ENTITY samba-time "7.9 SBU (add 5.7 SBU for quicktest)">
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 &lfs81_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="gpgme"/>,
73 <xref linkend="libtirpc"/>,
74 <xref linkend="libxslt"/> (for documentation),
75 <xref linkend="perl-parse-yapp"/>,
76 <xref linkend="pycrypto"/>, and
77 <xref linkend="openldap"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="avahi"/>,
83 <xref linkend="cups"/>,
84 <xref linkend="cyrus-sasl"/>,
85 <xref linkend="gdb"/>,
86 <xref linkend="git"/>,
87 <xref linkend="gnupg2"/> (required for ADS and testsuite),
88 <xref linkend="gnutls"/>,
89 <xref linkend="libarchive"/>,
90 <xref linkend="libcap-pam"/>,
91 <xref linkend="libgcrypt"/>,
92 <xref linkend="linux-pam"/>,
93 <xref linkend="mitkrb"/>,
94 <xref linkend="nss"/>,
95 <xref linkend="popt"/>,
96 <xref linkend="talloc"/> (included),
97 <xref linkend="vala"/>,
98 <xref linkend="valgrind"/> (optionally used by the test suite),
99 <xref linkend="xfsprogs"/>,
100 <ulink url="https://ctdb.samba.org/">ctdb</ulink> (included),
101 <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
102 <ulink url="http://www.h5l.org/">Heimdal</ulink> (currently not working),
103 <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
104 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
105 <ulink url="https://ldb.samba.org/">ldb</ulink> (included),
106 <ulink url="&pypi;/m2crypto">M2Crypto</ulink> (required for ADS),
107 <ulink url="http://www.openafs.org/">OpenAFS</ulink>,
108 <ulink url="&pypi;/pygpgme/">PyGPGME</ulink> (recommended for ADS),
109 <ulink url="https://tevent.samba.org/">tevent</ulink> (included), and
110 <ulink url="https://tdb.samba.org/">tdb</ulink> (included)
111 </para>
112
113 <bridgehead renderas="sect4">Optional (for the Developer Test Suite)</bridgehead>
114 <para role="optional">Install in listed order:
115 <xref linkend="six"/>,
116 <ulink url="&pypi;/argparse/">argparse</ulink>,
117 <ulink url="&pypi;/extras/">extras</ulink>,
118 <ulink url="&pypi;/py/">py</ulink>,
119 <ulink url="&pypi;/enum34/">enum34</ulink>,
120 <ulink url="&pypi;/hypothesis/">hypothesis</ulink>,
121 <ulink url="&pypi;/pytest/">pytest</ulink>,
122 <ulink url="&pypi;/coverage/">coverage</ulink>,
123 <ulink url="&pypi;/pytest-cov/">pytest-cov</ulink>,
124 <ulink url="&pypi;/doctools/">doctools</ulink>,
125 <ulink url="&pypi;/unittest2/">unittest2</ulink>,
126 <ulink url="&pypi;/testtools/">testtools</ulink>,
127 <ulink url="&pypi;/fixtures/">fixtures</ulink>,
128 <ulink url="&pypi;/python-mimeparse/">python-mimeparse</ulink>,
129 <ulink url="&pypi;/contextlib2/">contextlib2</ulink>,
130 <ulink url="&pypi;/traceback2/">traceback2</ulink>,
131 <ulink url="&pypi;/linecache2/">linecache2</ulink>,
132 <ulink url="&pypi;/testscenarios/">testscenarios</ulink>,
133 <ulink url="&pypi;/testresources/">testresources</ulink>,
134 <ulink url="&pypi;/virtualenv/">virtualenv</ulink>,
135 <ulink url="&pypi;/pbr/">pbr</ulink>, and
136 <ulink url="&pypi;/python-subunit/">python-subunit</ulink></para>
137
138 <para condition="html" role="usernotes">User Notes:
139 <ulink url="&blfs-wiki;/samba4"/></para>
140
141 </sect2>
142
143 <sect2 role="installation">
144 <title>Installation of Samba</title>
145
146 <para>Fix a test that always fails:</para>
147
148<screen><userinput>echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail</userinput></screen>
149
150 <para>Install <application>Samba</application> by running the following
151 commands:</para>
152
153<screen revision="sysv"><userinput>./configure \
154 --prefix=/usr \
155 --sysconfdir=/etc \
156 --localstatedir=/var \
157 --with-piddir=/run/samba \
158 --with-pammodulesdir=/lib/security \
159 --enable-fhs \
160 --without-ad-dc \
161 --without-systemd \
162 --enable-selftest &amp;&amp;
163make</userinput></screen>
164
165<screen revision="systemd"><userinput>./configure \
166 --prefix=/usr \
167 --sysconfdir=/etc \
168 --localstatedir=/var \
169 --with-piddir=/run/samba \
170 --with-pammodulesdir=/lib/security \
171 --enable-fhs \
172 --without-ad-dc \
173 --enable-selftest &amp;&amp;
174make</userinput></screen>
175
176 <para>To test the results, as the
177 <systemitem class="username">root</systemitem> user, issue:
178 <command>make quicktest</command>. The test suite will produce lines that
179 look like failures, but these are innocuous. The last few lines of output
180 should report <emphasis>"ALL OK"</emphasis> for a good test run. A summary
181 of any failures can be found in
182 <filename class="directory">./st/summary</filename>.</para>
183
184 <note>
185 <para>Additionally, developer test suites are available. If you've
186 installed the optional python modules above, you can run these tests with
187 <command>make test</command>. It is not recommended for the average
188 builder at nearly 100 SBU and over a gigabyte of disk space, and you
189 should expect ~80 errors and ~30 failures from the 3000+ tests.</para>
190 </note>
191
192 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
193
194<screen role="root"><userinput>make install &amp;&amp;
195
196mv -v /usr/lib/libnss_win{s,bind}.so* /lib &amp;&amp;
197ln -v -sf ../../lib/libnss_winbind.so.2 /usr/lib/libnss_winbind.so &amp;&amp;
198ln -v -sf ../../lib/libnss_wins.so.2 /usr/lib/libnss_wins.so &amp;&amp;
199
200install -v -m644 examples/smb.conf.default /etc/samba &amp;&amp;
201
202mkdir -pv /etc/openldap/schema &amp;&amp;
203
204install -v -m644 examples/LDAP/README \
205 /etc/openldap/schema/README.LDAP &amp;&amp;
206
207install -v -m644 examples/LDAP/samba* \
208 /etc/openldap/schema &amp;&amp;
209
210install -v -m755 examples/LDAP/{get*,ol*} \
211 /etc/openldap/schema</userinput></screen>
212
213 </sect2>
214
215 <sect2 role="commands">
216 <title>Command Explanations</title>
217
218 <para><parameter>--enable-fhs</parameter>: Assigns all other file paths in
219 a manner compliant with the Filesystem Hierarchy Standard (FHS).</para>
220
221 <para revision="sysv"><parameter>--without-systemd</parameter>: Disable
222 <application>systemd</application> integration, since it is not built
223 in the SYS V version of LFS/BLFS.</para>
224
225 <para><parameter>--without-ad-dc</parameter>: Disable
226 Active Directory Domain Controller functionality. See <ulink
227 url="https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
228 Setup a Samba Active Directory Domain Controller</ulink> for detailed
229 information. Remove this switch if you've installed the Python modules
230 needed for ADS support. Note that BLFS does not provide a samba bootscript
231 for an Active Directory domain controller.</para>
232
233 <para><option>--with-selftest-prefix=SELFTEST_PREFIX</option>: This option
234 specifies the test suite work directory (default=./st).</para>
235
236 <para><command>mv -v /usr/lib/libnss_win{s,bind}.so* /lib</command>:
237 The nss libraries are installed in /usr/lib by default. Move them to
238 /lib.</para>
239
240 <para><command>ln -v -sf ../../lib/libnss_winbind.so.2 /usr/lib/libnss_winbind.so</command>
241 and <command>ln -v -sf ../../lib/libnss_wins.so.2 /usr/lib/libnss_wins.so</command>:
242 These symlinks are required when applications build against these
243 libraries.</para>
244
245 <para><command>install -v -m644 examples/LDAP/* /etc/openldap/schema</command>:
246 These commands are used to copy sample Samba schemas to the OpenLDAP
247 <filename class='directory'>schema</filename> directory.</para>
248
249 <para><command>install -v -m644 ../examples/smb.conf.default
250 /etc/samba</command>: This copies a default <filename>smb.conf</filename>
251 file into <filename>/etc/samba</filename>. This sample configuration will
252 not work until you copy it to <filename>/etc/samba/smb.conf</filename> and
253 make the appropriate changes for your installation. See the configuration
254 section for minimum values which must be set.</para>
255
256 </sect2>
257
258 <sect2 role="configuration">
259 <title>Configuring Samba</title>
260
261 <sect3 id="samba-config">
262 <title>Config Files</title>
263
264 <para>/etc/samba/smb.conf</para>
265
266 <indexterm zone="samba samba-config">
267 <primary sortas="e-etc-samba-smb.conf">/etc/samba/smb.conf</primary>
268 </indexterm>
269
270 </sect3>
271
272 <sect3>
273 <title>Printing to SMB Clients</title>
274
275 <para>If you use <application>CUPS</application> for print services,
276 and you wish to print to a printer attached to an SMB client, you
277 need to create an SMB backend device. To create the device, issue the
278 following command as the <systemitem class="username">root</systemitem>
279 user:</para>
280
281<screen role="root"><userinput>ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb</userinput></screen>
282
283 </sect3>
284
285 <sect3>
286 <title>Configuration Information</title>
287
288 <para>Due to the complexity and the many various uses for
289 <application>Samba</application>, complete configuration for all the
290 package's capabilities is well beyond the scope of the BLFS book. This
291 section provides instructions to configure the
292 <filename>/etc/samba/smb.conf</filename> file for two common scenarios.
293 The complete contents of <filename>/etc/samba/smb.conf</filename> will
294 depend on the purpose of <application>Samba</application>
295 installation.</para>
296
297 <note>
298 <para>You may find it easier to copy the configuration parameters shown
299 below into an empty <filename>/etc/samba/smb.conf</filename> file
300 instead of copying and editing the default file as mentioned in the
301 <quote>Command Explanations</quote> section. How you create/edit the
302 <filename>/etc/samba/smb.conf</filename> file will be left up to
303 you. Do ensure the file is only writeable by the
304 <systemitem class="username">root</systemitem> user (mode 644).</para>
305 </note>
306
307 <sect4>
308 <title>Scenario 1: Minimal Standalone Client-Only Installation</title>
309
310 <para>Choose this variant if you only want to transfer files using
311 <command>smbclient</command>, mount Windows shares and print to Windows
312 printers, and don't want to share your files and printers to Windows
313 machines.</para>
314
315 <para>A <filename>/etc/samba/smb.conf</filename> file with the following
316 three parameters is sufficient:</para>
317
318<screen role='root'><literal>[global]
319 workgroup = <replaceable>MYGROUP</replaceable>
320 dos charset = <replaceable>cp850</replaceable>
321 unix charset = <replaceable>ISO-8859-1</replaceable></literal></screen>
322
323 <para>The values in this example specify that the computer belongs to a
324 Windows workgroup named
325 <quote><replaceable>MYGROUP</replaceable></quote>, uses the
326 <quote><replaceable>cp850</replaceable></quote> character set on the
327 wire when talking to MS-DOS and MS Windows 9x, and that the filenames
328 are stored in the <quote><replaceable>ISO-8859-1</replaceable></quote>
329 encoding on the disk. Adjust these values appropriately for your
330 installation. The <quote>unix charset</quote> value must be the same as
331 the output of <command>locale charmap</command> when executed with the
332 <envar>LANG</envar> variable set to your preferred locale, otherwise the
333 <command>ls</command> command may not display correct filenames of
334 downloaded files.</para>
335
336 <para>There is no need to run any <application>Samba</application>
337 servers in this scenario, thus you don't need to install the provided
338 bootscripts.</para>
339
340 </sect4>
341
342 <sect4>
343 <title>Scenario 2: Standalone File/Print Server</title>
344
345 <para>Choose this variant if you want to share your files and printers
346 to Windows machines in your workgroup in addition to the capabilities
347 described in Scenario 1.</para>
348
349 <para>In this case, the <filename>/etc/samba/smb.conf.default</filename>
350 file may be a good template to start from. Also add
351 <quote>dos charset</quote> and <quote>unix charset</quote> parameters
352 to the <quote>[global]</quote> section as described in Scenario 1 in
353 order to prevent filename corruption. For security reasons, you may
354 wish to define
355 <replaceable>path = /home/alice/shared-files</replaceable>,
356 assuming your user name is <replaceable>alice</replaceable> and you
357 only want to share the files in that directory, instead of your entire
358 home. Then, replace <replaceable>homes</replaceable> by
359 <replaceable>shared-files</replaceable> and change also the
360 <quote><literal>comment</literal></quote> if used the configuration
361 file below or the <filename>/etc/samba/smb.conf.default</filename>
362 to create yours.</para>
363
364 <para>The following configuration file creates a separate share for each
365 user's home directory and also makes all printers available to Windows
366 machines:</para>
367
368<screen role='root'><literal>[global]
369 workgroup = <replaceable>MYGROUP</replaceable>
370 dos charset = <replaceable>cp850</replaceable>
371 unix charset = <replaceable>ISO-8859-1</replaceable>
372
373[homes]
374 comment = Home Directories
375 browseable = no
376 writable = yes
377
378[printers]
379 comment = All Printers
380 path = /var/spool/samba
381 browseable = no
382 guest ok = no
383 printable = yes</literal></screen>
384
385 <para>Other parameters you may wish to customize in the
386 <quote>[global]</quote> section include:</para>
387
388<screen role='root'><literal> server string =
389 security =
390 hosts allow =
391 load printers =
392 log file =
393 max log size =
394 socket options =
395 local master =</literal></screen>
396
397 <para>Reference the comments in the
398 <filename>/etc/samba/smb.conf.default</filename> file for information
399 regarding these parameters.</para>
400
401 <para>Since the <command>smbd</command> and <command>nmbd</command>
402 daemons are needed in this case, install the <filename>samba</filename>
403 bootscript. Be sure to run <command>smbpasswd</command> (with the
404 <option>-a</option> option to add users) to enable and
405 set passwords for all accounts that need
406 <application>Samba</application> access. Using the default
407 <application>Samba</application> passdb backend, any user you attempt
408 to add will also be required to exist in the
409 <filename>/etc/passwd</filename> file.</para>
410
411 </sect4>
412
413 <sect4>
414 <title>Advanced Requirements</title>
415
416 <para>More complex scenarios involving domain control or membership are
417 possible. Such setups are advanced topics and cannot be adequately
418 covered in BLFS. Many complete books have been written on these topics
419 alone. Note that in some domain membership scenarios, the
420 <command>winbindd</command> daemon and the corresponding bootscript are
421 needed.</para>
422
423 <para>There is quite a bit of documentation available which covers many
424 of these advanced configurations. Point your web browser to the links
425 below to view some of the documentation included with the
426 <application>Samba</application> package:</para>
427
428 <itemizedlist spacing='compact'>
429 <listitem>
430 <para>Using Samba, 2nd Edition; a popular book published by O'Reilly
431 <ulink url="http://www.samba.org/samba/docs/using_samba/toc.html"/></para>
432 </listitem>
433 <listitem>
434 <para>The Official Samba HOWTO and Reference Guide <ulink
435 url="http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/"/>
436 </para>
437 </listitem>
438 <listitem>
439 <para>Samba-3 by Example
440 <ulink url="http://www.samba.org/samba/docs/man/Samba-Guide/"/>
441 </para>
442 </listitem>
443 </itemizedlist>
444
445 </sect4>
446
447 <sect4 id="samba-init" revision="sysv">
448 <title>Boot Script</title>
449
450 <para>For your convenience, boot scripts have been provided for
451 <application>Samba</application>. There are two included in the
452 <xref linkend="bootscripts"/> package. The first,
453 <filename>samba</filename>, will start the <command>smbd</command>
454 and <command>nmbd</command> daemons needed to provide SMB/CIFS
455 services. The second script, <filename>winbind</filename>, starts
456 the <command>winbindd</command> daemon, used for providing Windows
457 domain services to Linux clients.</para>
458
459 <indexterm zone="samba samba-init">
460 <primary sortas="f-samba">samba</primary>
461 </indexterm>
462
463 <indexterm zone="samba samba-init">
464 <primary sortas="f-winbind">winbind</primary>
465 </indexterm>
466
467 <para>The default <application>Samba</application> installation uses the
468 <systemitem class='username'>nobody</systemitem> user for guest access
469 to the server. This can be overridden by setting the
470 <option>guest account =</option> parameter in the
471 <filename>/etc/samba/smb.conf</filename> file. If you utilize the
472 <option>guest account =</option> parameter, ensure this user exists in
473 the <filename>/etc/passwd</filename> file. To use the default user,
474 issue the following commands as the
475 <systemitem class='username'>root</systemitem> user:</para>
476
477<screen role="root"><userinput>groupadd -g 99 nogroup &amp;&amp;
478useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
479 -s /bin/false -u 99 nobody</userinput></screen>
480
481 <para>Install the <filename>samba</filename> script with the following
482 command issued as the <systemitem class="username">root</systemitem>
483 user:</para>
484
485<screen role="root"><userinput>make install-samba</userinput></screen>
486
487 <para>If you also need the <filename>winbindd</filename>
488 script to resolve names from Windows clients, run:</para>
489
490<screen role="root"><userinput>make install-winbindd</userinput></screen>
491
492 </sect4>
493
494 <sect4 id="samba-init-sysd" revision="systemd">
495 <title>Systemd Units</title>
496
497 <para>The default <application>Samba</application> installation uses the
498 <systemitem class='username'>nobody</systemitem> user for guest access
499 to the server. This can be overridden by setting the
500 <option>guest account =</option> parameter in the
501 <filename>/etc/samba/smb.conf</filename> file. If you utilize the
502 <option>guest account =</option> parameter, ensure this user exists in
503 the <filename>/etc/passwd</filename> file.</para>
504
505 <para>
506 To start the <application>Samba</application> daemons at boot,
507 install the systemd units from the <xref linkend="systemd-units"/>
508 package by running the following command as the
509 <systemitem class="username">root</systemitem> user:
510 </para>
511
512 <indexterm zone="samba samba-init-sysd">
513 <primary sortas="f-samba">samba</primary>
514 </indexterm>
515
516<screen role="root"><userinput>make install-samba</userinput></screen>
517
518 <para>
519 To start the <command>winbindd</command> daemon at boot,
520 install the systemd unit from the <xref linkend="systemd-units"/>
521 package by running the following command as the
522 <systemitem class="username">root</systemitem> user:
523 </para>
524
525 <indexterm zone="samba samba-init-sysd">
526 <primary sortas="f-winbindd">winbindd</primary>
527 </indexterm>
528
529<screen role="root"><userinput>make install-winbindd</userinput></screen>
530
531 <note>
532 <para>This package comes with two types of units: A service file and a
533 socket file. The service file will start the smbd daemon once at boot
534 and it will keep running until the system shuts down. The socket file
535 will make systemd listen on the smbd port (Default 445, needs to be
536 edited for anything else) and will start the smbd daemon when something
537 tries to connect to that port and stop the daemon when the connection
538 is terminated. This is called socket activation and is analogous to
539 using <application>{,x}inetd</application> on a SysVinit based
540 system.</para>
541
542 <para>By default, the first method is used - the smbd daemon is started
543 at boot and stopped at shutdown. If the socket method is desired, you
544 need to run the following commands as the
545 <systemitem class="username">root</systemitem> user:</para>
546
547<screen role="root"><userinput>systemctl stop smbd &amp;&amp;
548systemctl disable smbd &amp;&amp;
549systemctl enable smbd.socket &amp;&amp;
550systemctl start smbd.socket</userinput></screen>
551
552 <para>Note that only the smbd daemon can be socket activated.</para>
553 </note>
554 </sect4>
555
556 </sect3>
557
558 </sect2>
559
560 <sect2 role="content">
561 <title>Contents</title>
562
563 <segmentedlist>
564 <segtitle>Installed Programs</segtitle>
565 <segtitle>Installed Libraries</segtitle>
566 <segtitle>Installed Directories</segtitle>
567
568 <seglistitem>
569
570 <seg>
571 cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel,
572 ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
573 mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
574 pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
575 rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
576 samba_spnupdate, samba-tool, samba_upgradedns, sharesec,
577 smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
578 smbpasswd, smbspool, smbstatus, smbtar, <!-- smbta-util, -->
579 smbtorture, smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool,
580 testparm, wbinfo, and winbindd
581 </seg>
582
583 <seg>
584 <!-- libdcerpc-atsvc.so, --> libdcerpc-binding.so, libdcerpc-samr.so,
585 libdcerpc-server.so, libdcerpc.so, <!-- libgensec.so, -->
586 libndr-krb5pac.so, libndr-nbt.so, libndr.so, libndr-standard.so,
587 libnetapi.so, libnss_winbind.so, libnss_wins.so,
588 <!-- libregistry.so, --> libsamba-credentials.so, libsamba-errors.so,
589 libsamba-hostconfig.so, libsamba-passdb.so,
590 libsamba-policy.so, libsamba-util.so, libsamdb.so,
591 <!-- libsmbclient-raw.so, --> libsmbclient.so, libsmbconf.so,
592 libsmbldap.so, libtevent-util.so,
593 <!-- libtevent-unix.so, libtorture.so, -->
594 libwbclient.so, <!--mit_samba.so,
595 --> and winbind_krb5_locator.so; the pam_winbind.so
596 <!-- pam_smbpass.so --> PAM library; and assorted character set,
597 filesystem and support modules under
598 /usr/lib/{python&python2-majorver;,samba}
599 </seg>
600
601 <seg>
602 /etc/samba, /run/samba, /usr/include/samba-4.0,
603 /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/{Samba{3,4},Wireshark},
604 /usr/lib/python&python2-majorver;/site-packages/samba,
605 /usr/{lib,share}/samba, and /var/{cache,lib,lock,log,run}/samba
606 </seg>
607
608 </seglistitem>
609 </segmentedlist>
610
611 <variablelist>
612 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
613 <?dbfo list-presentation="list"?>
614 <?dbhtml list-presentation="table"?>
615
616 <varlistentry id="cifsdd">
617 <term><command>cifsdd</command></term>
618 <listitem>
619 <para>is the dd command for SMB.</para>
620 <indexterm zone="samba cifsdd">
621 <primary sortas="b-cifsdd">cifsdd</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="dbwrap_tool">
627 <term><command>dbwrap_tool</command></term>
628 <listitem>
629 <para>is used to read and manipulate TDB/CTDB databases using
630 the dbwrap interface.</para>
631 <indexterm zone="samba dbwrap_tool">
632 <primary sortas="b-dbwrap_tool">dbwrap_tool</primary>
633 </indexterm>
634 </listitem>
635 </varlistentry>
636
637 <varlistentry id="eventlogadm">
638 <term><command>eventlogadm</command></term>
639 <listitem>
640 <para>is used to write records to eventlogs from STDIN, add the
641 specified source and DLL eventlog registry entries and display the
642 active eventlog names (from <filename>smb.conf</filename>).</para>
643 <indexterm zone="samba eventlogadm">
644 <primary sortas="b-eventlogadm">eventlogadm</primary>
645 </indexterm>
646 </listitem>
647 </varlistentry>
648
649 <varlistentry id="findsmb">
650 <term><command>findsmb</command></term>
651 <listitem>
652 <para>is used to list info about machines that respond to SMB name
653 queries on a subnet.</para>
654 <indexterm zone="samba findsmb">
655 <primary sortas="b-findsmb">findsmb</primary>
656 </indexterm>
657 </listitem>
658 </varlistentry>
659
660 <varlistentry id="gentest">
661 <term><command>gentest</command></term>
662 <listitem>
663 <para>is used to run random generic SMB operations against two
664 SMB servers and show the differences in behavior.</para>
665 <indexterm zone="samba gentest">
666 <primary sortas="b-gentest">gentest</primary>
667 </indexterm>
668 </listitem>
669 </varlistentry>
670
671 <varlistentry id="ldbadd">
672 <term><command>ldbadd</command></term>
673 <listitem>
674 <para>is a command-line utility for adding records to an LDB
675 database.</para>
676 <indexterm zone="samba ldbadd">
677 <primary sortas="b-ldbadd">ldbadd</primary>
678 </indexterm>
679 </listitem>
680 </varlistentry>
681
682 <varlistentry id="ldbdel">
683 <term><command>ldbdel</command></term>
684 <listitem>
685 <para>is a command-line program for deleting LDB database
686 records.</para>
687 <indexterm zone="samba ldbdel">
688 <primary sortas="b-ldbdel">ldbdel</primary>
689 </indexterm>
690 </listitem>
691 </varlistentry>
692
693 <varlistentry id="ldbedit">
694 <term><command>ldbedit</command></term>
695 <listitem>
696 <para>allows you to edit LDB databases using your preferred
697 editor.</para>
698 <indexterm zone="samba ldbedit">
699 <primary sortas="b-ldbedit">ldbedit</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 <varlistentry id="ldbmodify">
705 <term><command>ldbmodify</command></term>
706 <listitem>
707 <para>allows you to modify records in an LDB database.</para>
708 <indexterm zone="samba ldbmodify">
709 <primary sortas="b-ldbmodify">ldbmodify</primary>
710 </indexterm>
711 </listitem>
712 </varlistentry>
713
714 <varlistentry id="ldbrename">
715 <term><command>ldbrename</command></term>
716 <listitem>
717 <para>allows you to edit LDB databases using your preferred
718 editor.</para>
719 <indexterm zone="samba ldbrename">
720 <primary sortas="b-ldbrename">ldbrename</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
725 <varlistentry id="ldbsearch">
726 <term><command>ldbsearch</command></term>
727 <listitem>
728 <para>searches an LDB database for records matching a specified
729 expression.</para>
730 <indexterm zone="samba ldbsearch">
731 <primary sortas="b-ldbsearch">ldbsearch</primary>
732 </indexterm>
733 </listitem>
734 </varlistentry>
735
736 <varlistentry id="locktest">
737 <term><command>locktest</command></term>
738 <listitem>
739 <para>is used to find differences in locking between two SMB
740 servers.</para>
741 <indexterm zone="samba locktest">
742 <primary sortas="b-locktest">locktest</primary>
743 </indexterm>
744 </listitem>
745 </varlistentry>
746
747 <varlistentry id="masktest">
748 <term><command>masktest</command></term>
749 <listitem>
750 <para>is used to find differences in wildcard matching between
751 Samba's implementation and that of a remote server.</para>
752 <indexterm zone="samba masktest">
753 <primary sortas="b-masktest">masktest</primary>
754 </indexterm>
755 </listitem>
756 </varlistentry>
757
758 <varlistentry id="mvxattr">
759 <term><command>mvxattr</command></term>
760 <listitem>
761 <para>is used to recursively rename extended attributes.</para>
762 <indexterm zone="samba mvxattr">
763 <primary sortas="b-mvxattr">mvxattr</primary>
764 </indexterm>
765 </listitem>
766 </varlistentry>
767
768 <varlistentry id="ndrdump">
769 <term><command>ndrdump</command></term>
770 <listitem>
771 <para>is a DCE/RPC Packet Parser and Dumper.</para>
772 <indexterm zone="samba ndrdump">
773 <primary sortas="b-ndrdump">ndrdump</primary>
774 </indexterm>
775 </listitem>
776 </varlistentry>
777
778 <varlistentry id="net">
779 <term><command>net</command></term>
780 <listitem>
781 <para>is a tool for administration of
782 <application>Samba</application> and remote CIFS servers, similar
783 to the <command>net</command> utility for DOS/Windows.</para>
784 <indexterm zone="samba net">
785 <primary sortas="b-net">net</primary>
786 </indexterm>
787 </listitem>
788 </varlistentry>
789
790 <varlistentry id="nmbd">
791 <term><command>nmbd</command></term>
792 <listitem>
793 <para>is the <application>Samba</application>
794 NetBIOS name server.</para>
795 <indexterm zone="samba nmbd">
796 <primary sortas="b-nmbd">nmbd</primary>
797 </indexterm>
798 </listitem>
799 </varlistentry>
800
801 <varlistentry id="nmblookup">
802 <term><command>nmblookup</command></term>
803 <listitem>
804 <para>is used to query NetBIOS names and map
805 them to IP addresses.</para>
806 <indexterm zone="samba nmblookup">
807 <primary sortas="b-nmblookup">nmblookup</primary>
808 </indexterm>
809 </listitem>
810 </varlistentry>
811
812 <varlistentry id="ntlm_auth">
813 <term><command>ntlm_auth</command></term>
814 <listitem>
815 <para>is a tool to allow external access to Winbind's
816 NTLM authentication function.</para>
817 <indexterm zone="samba ntlm_auth">
818 <primary sortas="b-ntlm_auth">ntlm_auth</primary>
819 </indexterm>
820 </listitem>
821 </varlistentry>
822
823 <varlistentry id="oLschema2ldif">
824 <term><command>oLschema2ldif</command></term>
825 <listitem>
826 <para>converts LDAP schema's to LDB-compatible LDIF.</para>
827 <indexterm zone="samba oLschema2ldif">
828 <primary sortas="b-oLschema2ldif">oLschema2ldif</primary>
829 </indexterm>
830 </listitem>
831 </varlistentry>
832
833 <varlistentry id="pdbedit">
834 <term><command>pdbedit</command></term>
835 <listitem>
836 <para>is a tool used to manage the SAM database.</para>
837 <indexterm zone="samba pdbedit">
838 <primary sortas="b-pdbedit">pdbedit</primary>
839 </indexterm>
840 </listitem>
841 </varlistentry>
842
843 <varlistentry id="pidl">
844 <term><command>pidl</command></term>
845 <listitem>
846 <para>is an IDL (Interface Definition Language) compiler
847 written in Perl.</para>
848 <indexterm zone="samba pidl">
849 <primary sortas="b-pidl">pidl</primary>
850 </indexterm>
851 </listitem>
852 </varlistentry>
853
854 <varlistentry id="profiles">
855 <term><command>profiles</command></term>
856 <listitem>
857 <para>is a utility that reports and changes SIDs in Windows
858 registry files. It currently only supports Windows NT.</para>
859 <indexterm zone="samba profiles">
860 <primary sortas="b-profiles">profiles</primary>
861 </indexterm>
862 </listitem>
863 </varlistentry>
864
865 <varlistentry id="regdiff">
866 <term><command>regdiff</command></term>
867 <listitem>
868 <para>is a Diff program for Windows registry files.</para>
869 <indexterm zone="samba regdiff">
870 <primary sortas="b-regdiff">regdiff</primary>
871 </indexterm>
872 </listitem>
873 </varlistentry>
874
875 <varlistentry id="regpatch">
876 <term><command>regpatch</command></term>
877 <listitem>
878 <para>applies registry patches to registry files.</para>
879 <indexterm zone="samba regpatch">
880 <primary sortas="b-regpatch">regpatch</primary>
881 </indexterm>
882 </listitem>
883 </varlistentry>
884
885 <varlistentry id="regshell">
886 <term><command>regshell</command></term>
887 <listitem>
888 <para>is a Windows registry file browser using readline.</para>
889 <indexterm zone="samba regshell">
890 <primary sortas="b-regshell">regshell</primary>
891 </indexterm>
892 </listitem>
893 </varlistentry>
894
895 <varlistentry id="regtree">
896 <term><command>regtree</command></term>
897 <listitem>
898 <para>is a text-mode registry viewer.</para>
899 <indexterm zone="samba regtree">
900 <primary sortas="b-regtree">regtree</primary>
901 </indexterm>
902 </listitem>
903 </varlistentry>
904
905 <varlistentry id="rpcclient">
906 <term><command>rpcclient</command></term>
907 <listitem>
908 <para>is used to execute MS-RPC client side functions.</para>
909 <indexterm zone="samba rpcclient">
910 <primary sortas="b-rpcclient">rpcclient</primary>
911 </indexterm>
912 </listitem>
913 </varlistentry>
914
915 <varlistentry id="samba-prog">
916 <term><command>samba</command></term>
917 <listitem>
918 <para>is a server to provide AD and SMB/CIFS services
919 to clients.</para>
920 <indexterm zone="samba samba-prog">
921 <primary sortas="b-samba-prog">samba</primary>
922 </indexterm>
923 </listitem>
924 </varlistentry>
925
926 <varlistentry id="samba_dnsupdate">
927 <term><command>samba_dnsupdate</command></term>
928 <listitem>
929 <para>is used to update our DNS names using TSIG-GSS.</para>
930 <indexterm zone="samba samba_dnsupdate">
931 <primary sortas="b-samba_dnsupdate">samba_dnsupdate</primary>
932 </indexterm>
933 </listitem>
934 </varlistentry>
935
936 <varlistentry id="samba_kcc">
937 <term><command>samba_kcc</command></term>
938 <listitem>
939 <para>is a script used to compute your KCC (Knowledge
940 Consistency Checker) topology.</para>
941 <indexterm zone="samba samba_kcc">
942 <primary sortas="b-samba_kcc">samba_kcc</primary>
943 </indexterm>
944 </listitem>
945 </varlistentry>
946
947 <varlistentry id="samba-regedit">
948 <term><command>samba-regedit</command></term>
949 <listitem>
950 <para>is a ncurses based tool to manage the Samba registry.</para>
951 <indexterm zone="samba samba-regedit">
952 <primary sortas="b-samba-regedit">samba-regedit</primary>
953 </indexterm>
954 </listitem>
955 </varlistentry>
956
957 <varlistentry id="samba_spnupdate">
958 <term><command>samba_spnupdate</command></term>
959 <listitem>
960 <para>is a script to update the servicePrincipalName
961 names from spn_update_list.</para>
962 <indexterm zone="samba samba_spnupdate">
963 <primary sortas="b-samba_spnupdate">samba_spnupdate</primary>
964 </indexterm>
965 </listitem>
966 </varlistentry>
967
968 <varlistentry id="samba-tool">
969 <term><command>samba-tool</command></term>
970 <listitem>
971 <para>is the main Samba administration tool.</para>
972 <indexterm zone="samba samba-tool">
973 <primary sortas="b-samba-tool">samba-tool</primary>
974 </indexterm>
975 </listitem>
976 </varlistentry>
977
978 <varlistentry id="samba_upgradedns">
979 <term><command>samba_upgradedns</command></term>
980 <listitem>
981 <para>is a Unix SMB/CIFS implementation.</para>
982 <indexterm zone="samba samba_upgradedns">
983 <primary sortas="b-samba_upgradedns">samba_upgradedns</primary>
984 </indexterm>
985 </listitem>
986 </varlistentry>
987
988 <varlistentry id="sharesec">
989 <term><command>sharesec</command></term>
990 <listitem>
991 <para>manipulates share ACL permissions on SMB file shares.</para>
992 <indexterm zone="samba sharesec">
993 <primary sortas="b-sharesec">sharesec</primary>
994 </indexterm>
995 </listitem>
996 </varlistentry>
997
998 <varlistentry id="smbcacls">
999 <term><command>smbcacls</command></term>
1000 <listitem>
1001 <para>is used to manipulate Windows NT access control lists.</para>
1002 <indexterm zone="samba smbcacls">
1003 <primary sortas="b-smbcacls">smbcacls</primary>
1004 </indexterm>
1005 </listitem>
1006 </varlistentry>
1007
1008 <varlistentry id="smbclient">
1009 <term><command>smbclient</command></term>
1010 <listitem>
1011 <para>is a SMB/CIFS access utility, similar to FTP.</para>
1012 <indexterm zone="samba smbclient">
1013 <primary sortas="b-smbclient">smbclient</primary>
1014 </indexterm>
1015 </listitem>
1016 </varlistentry>
1017
1018 <varlistentry id="smbcontrol">
1019 <term><command>smbcontrol</command></term>
1020 <listitem>
1021 <para>is used to control running <command>smbd</command>,
1022 <command>nmbd</command> and <command>winbindd</command>
1023 daemons.</para>
1024 <indexterm zone="samba smbcontrol">
1025 <primary sortas="b-smbcontrol">smbcontrol</primary>
1026 </indexterm>
1027 </listitem>
1028 </varlistentry>
1029
1030 <varlistentry id="smbcquotas">
1031 <term><command>smbcquotas</command></term>
1032 <listitem>
1033 <para>is used to manipulate Windows NT quotas on
1034 SMB file shares.</para>
1035 <indexterm zone="samba smbcquotas">
1036 <primary sortas="b-smbcquotas">smbcquotas</primary>
1037 </indexterm>
1038 </listitem>
1039 </varlistentry>
1040
1041 <varlistentry id="smbd">
1042 <term><command>smbd</command></term>
1043 <listitem>
1044 <para>is the main <application>Samba</application> daemon which
1045 provides SMB/CIFS services to clients.</para>
1046 <indexterm zone="samba smbd">
1047 <primary sortas="b-smbd">smbd</primary>
1048 </indexterm>
1049 </listitem>
1050 </varlistentry>
1051
1052 <varlistentry id="smbget">
1053 <term><command>smbget</command></term>
1054 <listitem>
1055 <para>is a simple utility with <command>wget</command>-like
1056 semantics, that can download files from SMB servers. You can specify
1057 the files you would like to download on the command-line.</para>
1058 <indexterm zone="samba smbget">
1059 <primary sortas="b-smbget">smbget</primary>
1060 </indexterm>
1061 </listitem>
1062 </varlistentry>
1063
1064 <varlistentry id="smbpasswd">
1065 <term><command>smbpasswd</command></term>
1066 <listitem>
1067 <para>changes a user's <application>Samba</application>
1068 password.</para>
1069 <indexterm zone="samba smbpasswd">
1070 <primary sortas="b-smbpasswd">smbpasswd</primary>
1071 </indexterm>
1072 </listitem>
1073 </varlistentry>
1074
1075 <varlistentry id="smbspool">
1076 <term><command>smbspool</command></term>
1077 <listitem>
1078 <para>sends a print job to an SMB printer.</para>
1079 <indexterm zone="samba smbspool">
1080 <primary sortas="b-smbspool">smbspool</primary>
1081 </indexterm>
1082 </listitem>
1083 </varlistentry>
1084
1085 <varlistentry id="smbstatus">
1086 <term><command>smbstatus</command></term>
1087 <listitem>
1088 <para>reports current <application>Samba</application>
1089 connections.</para>
1090 <indexterm zone="samba smbstatus">
1091 <primary sortas="b-smbstatus">smbstatus</primary>
1092 </indexterm>
1093 </listitem>
1094 </varlistentry>
1095
1096 <varlistentry id="smbtar">
1097 <term><command>smbtar</command></term>
1098 <listitem>
1099 <para>is a shell script used for backing up SMB/CIFS shares
1100 directly to Linux tape drives or a file.</para>
1101 <indexterm zone="samba smbtar">
1102 <primary sortas="b-smbtar">smbtar</primary>
1103 </indexterm>
1104 </listitem>
1105 </varlistentry>
1106
1107<!--
1108 <varlistentry id="smbta-util">
1109 <term><command>smbta-util</command></term>
1110 <listitem>
1111 <para>is a tool to ease the configuration of the
1112 vfs_smb_traffic_analyzer module regarding data encryption.</para>
1113 <indexterm zone="samba smbta-util">
1114 <primary sortas="b-smbta-util">smbta-util</primary>
1115 </indexterm>
1116 </listitem>
1117 </varlistentry>
1118-->
1119
1120 <varlistentry id="smbtorture">
1121 <term><command>smbtorture</command></term>
1122 <listitem>
1123 <para>is a testsuite that runs several tests against a SMB
1124 server.</para>
1125 <indexterm zone="samba smbtorture">
1126 <primary sortas="b-smbtorture">smbtorture</primary>
1127 </indexterm>
1128 </listitem>
1129 </varlistentry>
1130
1131 <varlistentry id="smbtree">
1132 <term><command>smbtree</command></term>
1133 <listitem>
1134 <para>is a text-based SMB network browser.</para>
1135 <indexterm zone="samba smbtree">
1136 <primary sortas="b-smbtree">smbtree</primary>
1137 </indexterm>
1138 </listitem>
1139 </varlistentry>
1140
1141 <varlistentry id="tdbbackup">
1142 <term><command>tdbbackup</command></term>
1143 <listitem>
1144 <para>is a tool for backing up or validating the integrity of
1145 <application>Samba</application> <filename>.tdb</filename>
1146 files.</para>
1147 <indexterm zone="samba tdbbackup">
1148 <primary sortas="b-tdbbackup">tdbbackup</primary>
1149 </indexterm>
1150 </listitem>
1151 </varlistentry>
1152
1153 <varlistentry id="tdbdump">
1154 <term><command>tdbdump</command></term>
1155 <listitem>
1156 <para> is a tool used to print the contents of a
1157 <application>Samba</application> <filename>.tdb</filename>
1158 file.</para>
1159 <indexterm zone="samba tdbdump">
1160 <primary sortas="b-tdbdump">tdbdump</primary>
1161 </indexterm>
1162 </listitem>
1163 </varlistentry>
1164
1165 <varlistentry id="tdbrestore">
1166 <term><command>tdbrestore</command></term>
1167 <listitem>
1168 <para> is a tool for creating a <application>Samba</application>
1169 <filename>.tdb</filename> file out of a ntdbdump.</para>
1170 <indexterm zone="samba tdbrestore">
1171 <primary sortas="b-tdbrestore">tdbrestore</primary>
1172 </indexterm>
1173 </listitem>
1174 </varlistentry>
1175
1176 <varlistentry id="tdbtool">
1177 <term><command>tdbtool</command></term>
1178 <listitem>
1179 <para>is a tool which allows simple database manipulation from the
1180 command line.</para>
1181 <indexterm zone="samba tdbtool">
1182 <primary sortas="b-tdbtool">tdbtool</primary>
1183 </indexterm>
1184 </listitem>
1185 </varlistentry>
1186
1187 <varlistentry id="testparm">
1188 <term><command>testparm</command></term>
1189 <listitem>
1190 <para>checks an <filename>smb.conf</filename> file for proper
1191 syntax.</para>
1192 <indexterm zone="samba testparm">
1193 <primary sortas="b-testparm">testparm</primary>
1194 </indexterm>
1195 </listitem>
1196 </varlistentry>
1197
1198 <varlistentry id="wbinfo">
1199 <term><command>wbinfo</command></term>
1200 <listitem>
1201 <para>queries a running <command>winbindd</command> daemon.</para>
1202 <indexterm zone="samba wbinfo">
1203 <primary sortas="b-wbinfo">wbinfo</primary>
1204 </indexterm>
1205 </listitem>
1206 </varlistentry>
1207
1208 <varlistentry id="winbindd">
1209 <term><command>winbindd</command></term>
1210 <listitem>
1211 <para>resolves names from Windows NT servers.</para>
1212 <indexterm zone="samba winbindd">
1213 <primary sortas="b-winbindd">winbindd</primary>
1214 </indexterm>
1215 </listitem>
1216 </varlistentry>
1217
1218 <varlistentry id="libnss_winbind">
1219 <term><filename class='libraryfile'>libnss_winbind.so</filename></term>
1220 <listitem>
1221 <para>provides Name Service Switch API functions for resolving names
1222 from NT servers.</para>
1223 <indexterm zone="samba libnss_winbind">
1224 <primary sortas="c-libnss_winbind">libnss_winbind.so</primary>
1225 </indexterm>
1226 </listitem>
1227 </varlistentry>
1228
1229 <varlistentry id="libnss_wins">
1230 <term><filename class='libraryfile'>libnss_wins.so</filename></term>
1231 <listitem>
1232 <para>provides API functions for Samba's implementation of the
1233 Windows Internet Naming Service.</para>
1234 <indexterm zone="samba libnss_wins">
1235 <primary sortas="c-libnss_wins">libnss_wins.so</primary>
1236 </indexterm>
1237 </listitem>
1238 </varlistentry>
1239
1240 <varlistentry id="libnetapi">
1241 <term><filename class='libraryfile'>libnetapi.so</filename></term>
1242 <listitem>
1243 <para>provides the API functions for the administration tools used
1244 for Samba and remote CIFS servers.</para>
1245 <indexterm zone="samba libnetapi">
1246 <primary sortas="c-libnetapi">libnetapi.so</primary>
1247 </indexterm>
1248 </listitem>
1249 </varlistentry>
1250
1251 <varlistentry id="libsmbclient">
1252 <term><filename class='libraryfile'>libsmbclient.so</filename></term>
1253 <listitem>
1254 <para>provides the API functions for the Samba SMB client tools.</para>
1255 <indexterm zone="samba libsmbclient">
1256 <primary sortas="c-libsmbclient">libsmbclient.so</primary>
1257 </indexterm>
1258 </listitem>
1259 </varlistentry>
1260<!--
1261 <varlistentry id="libsmbsharemodes">
1262 <term><filename class='libraryfile'>libsmbsharemodes.so</filename></term>
1263 <listitem>
1264 <para>provides API functions for accessing SMB share modes
1265 (locks etc.)</para>
1266 <indexterm zone="samba libsmbsharemodes">
1267 <primary sortas="c-libsmbsharemodes">libsmbsharemodes.so</primary>
1268 </indexterm>
1269 </listitem>
1270 </varlistentry>-->
1271
1272 <varlistentry id="libwbclient">
1273 <term><filename class='libraryfile'>libwbclient.so</filename></term>
1274 <listitem>
1275 <para>provides API functions for Windows domain client services.</para>
1276 <indexterm zone="samba libwbclient">
1277 <primary sortas="c-libwbclient">libwbclient.so</primary>
1278 </indexterm>
1279 </listitem>
1280 </varlistentry>
1281
1282 </variablelist>
1283
1284 </sect2>
1285
1286</sect1>
Note: See TracBrowser for help on using the repository browser.