source: networking/netprogs/samba.xml@ 1c1bdba

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 1c1bdba was 8c2155e, checked in by Pierre Labastie <pieere@…>, 6 years ago

Miscellaneous:

  • few typos
  • indentation in perl-modules
  • I do not understand why we have several places where group nogroup and user nobody are created, since this has been done in LFS. Made those "nodump".

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

  • Property mode set to 100644
File size: 48.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://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>
448 <title>Guest account</title>
449
450 <para>The default <application>Samba</application> installation uses the
451 <systemitem class='username'>nobody</systemitem> user for guest access
452 to the server. This can be overridden by setting the
453 <option>guest account =</option> parameter in the
454 <filename>/etc/samba/smb.conf</filename> file. If you utilize the
455 <option>guest account =</option> parameter, ensure this user exists in
456 the <filename>/etc/passwd</filename> file. To use the default user,
457 create the following group and account, if you haven't done so in LFS.
458 As the <systemitem class='username'>root</systemitem> user:</para>
459
460<screen role="role=nodump"><userinput>groupadd -g 99 nogroup &amp;&amp;
461useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
462 -s /bin/false -u 99 nobody</userinput></screen>
463
464 </sect4>
465
466 <sect4 id="samba-init" revision="sysv">
467 <title>Boot Script</title>
468
469 <para>For your convenience, boot scripts have been provided for
470 <application>Samba</application>. There are two included in the
471 <xref linkend="bootscripts"/> package. The first,
472 <filename>samba</filename>, will start the <command>smbd</command>
473 and <command>nmbd</command> daemons needed to provide SMB/CIFS
474 services. The second script, <filename>winbind</filename>, starts
475 the <command>winbindd</command> daemon, used for providing Windows
476 domain services to Linux clients.</para>
477
478 <indexterm zone="samba samba-init">
479 <primary sortas="f-samba">samba</primary>
480 </indexterm>
481
482 <indexterm zone="samba samba-init">
483 <primary sortas="f-winbind">winbind</primary>
484 </indexterm>
485
486<screen role="root"><userinput>make install-samba</userinput></screen>
487
488<screen role="root"><userinput>make install-winbindd</userinput></screen>
489
490 </sect4>
491
492 <sect4 id="samba-init-sysd" revision="systemd">
493 <title>Systemd Units</title>
494
495 <para>
496 To start the <application>Samba</application> daemons at boot,
497 install the systemd units from the <xref linkend="systemd-units"/>
498 package by running the following command as the
499 <systemitem class="username">root</systemitem> user:
500 </para>
501
502 <indexterm zone="samba samba-init-sysd">
503 <primary sortas="f-samba">samba</primary>
504 </indexterm>
505
506<screen role="root"><userinput>make install-samba</userinput></screen>
507
508 <para>
509 To start the <command>winbindd</command> daemon at boot,
510 install the systemd unit from the <xref linkend="systemd-units"/>
511 package by running the following command as the
512 <systemitem class="username">root</systemitem> user:
513 </para>
514
515 <indexterm zone="samba samba-init-sysd">
516 <primary sortas="f-winbindd">winbindd</primary>
517 </indexterm>
518
519<screen role="root"><userinput>make install-winbindd</userinput></screen>
520
521 <note>
522 <para>This package comes with two types of units: A service file and a
523 socket file. The service file will start the smbd daemon once at boot
524 and it will keep running until the system shuts down. The socket file
525 will make systemd listen on the smbd port (Default 445, needs to be
526 edited for anything else) and will start the smbd daemon when something
527 tries to connect to that port and stop the daemon when the connection
528 is terminated. This is called socket activation and is analogous to
529 using <application>{,x}inetd</application> on a SysVinit based
530 system.</para>
531
532 <para>By default, the first method is used - the smbd daemon is started
533 at boot and stopped at shutdown. If the socket method is desired, you
534 need to run the following commands as the
535 <systemitem class="username">root</systemitem> user:</para>
536
537<screen role="root"><userinput>systemctl stop smbd &amp;&amp;
538systemctl disable smbd &amp;&amp;
539systemctl enable smbd.socket &amp;&amp;
540systemctl start smbd.socket</userinput></screen>
541
542 <para>Note that only the smbd daemon can be socket activated.</para>
543 </note>
544 </sect4>
545
546 </sect3>
547
548 </sect2>
549
550 <sect2 role="content">
551 <title>Contents</title>
552
553 <segmentedlist>
554 <segtitle>Installed Programs</segtitle>
555 <segtitle>Installed Libraries</segtitle>
556 <segtitle>Installed Directories</segtitle>
557
558 <seglistitem>
559
560 <seg>
561 cifsdd, dbwrap_tool, eventlogadm, findsmb,gentest, ldbadd, ldbdel,
562 ldbedit, ldbmodify, ldbrename, ldbsearch, locktest, masktest,
563 mvxattr, ndrdump, net, nmbd, nmblookup, ntlm_auth, oLschema2ldif,
564 pdbedit, pidl, profiles, regdiff, regpatch, regshell, regtree,
565 rpcclient, samba, samba_dnsupdate, samba_kcc, samba-regedit,
566 samba_spnupdate, samba-tool, samba_upgradedns, sharesec,
567 smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbget,
568 smbpasswd, smbspool, smbstatus, smbtar, <!-- smbta-util, -->
569 smbtorture, smbtree, tdbbackup, tdbdump, tdbrestore, tdbtool,
570 testparm, wbinfo, and winbindd
571 </seg>
572
573 <seg>
574 <!-- libdcerpc-atsvc.so, --> libdcerpc-binding.so, libdcerpc-samr.so,
575 libdcerpc-server.so, libdcerpc.so, <!-- libgensec.so, -->
576 libndr-krb5pac.so, libndr-nbt.so, libndr.so, libndr-standard.so,
577 libnetapi.so, libnss_winbind.so, libnss_wins.so,
578 <!-- libregistry.so, --> libsamba-credentials.so, libsamba-errors.so,
579 libsamba-hostconfig.so, libsamba-passdb.so,
580 libsamba-policy.so, libsamba-util.so, libsamdb.so,
581 <!-- libsmbclient-raw.so, --> libsmbclient.so, libsmbconf.so,
582 libsmbldap.so, libtevent-util.so,
583 <!-- libtevent-unix.so, libtorture.so, -->
584 libwbclient.so, <!--mit_samba.so,
585 --> and winbind_krb5_locator.so; the pam_winbind.so
586 <!-- pam_smbpass.so --> PAM library; and assorted character set,
587 filesystem and support modules under
588 /usr/lib/{python&python2-majorver;,samba}
589 </seg>
590
591 <seg>
592 /etc/samba, /run/samba, /usr/include/samba-4.0,
593 /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/{Samba{3,4},Wireshark},
594 /usr/lib/python&python2-majorver;/site-packages/samba,
595 /usr/{lib,share}/samba, and /var/{cache,lib,lock,log,run}/samba
596 </seg>
597
598 </seglistitem>
599 </segmentedlist>
600
601 <variablelist>
602 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
603 <?dbfo list-presentation="list"?>
604 <?dbhtml list-presentation="table"?>
605
606 <varlistentry id="cifsdd">
607 <term><command>cifsdd</command></term>
608 <listitem>
609 <para>is the dd command for SMB.</para>
610 <indexterm zone="samba cifsdd">
611 <primary sortas="b-cifsdd">cifsdd</primary>
612 </indexterm>
613 </listitem>
614 </varlistentry>
615
616 <varlistentry id="dbwrap_tool">
617 <term><command>dbwrap_tool</command></term>
618 <listitem>
619 <para>is used to read and manipulate TDB/CTDB databases using
620 the dbwrap interface.</para>
621 <indexterm zone="samba dbwrap_tool">
622 <primary sortas="b-dbwrap_tool">dbwrap_tool</primary>
623 </indexterm>
624 </listitem>
625 </varlistentry>
626
627 <varlistentry id="eventlogadm">
628 <term><command>eventlogadm</command></term>
629 <listitem>
630 <para>is used to write records to eventlogs from STDIN, add the
631 specified source and DLL eventlog registry entries and display the
632 active eventlog names (from <filename>smb.conf</filename>).</para>
633 <indexterm zone="samba eventlogadm">
634 <primary sortas="b-eventlogadm">eventlogadm</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="findsmb">
640 <term><command>findsmb</command></term>
641 <listitem>
642 <para>is used to list info about machines that respond to SMB name
643 queries on a subnet.</para>
644 <indexterm zone="samba findsmb">
645 <primary sortas="b-findsmb">findsmb</primary>
646 </indexterm>
647 </listitem>
648 </varlistentry>
649
650 <varlistentry id="gentest">
651 <term><command>gentest</command></term>
652 <listitem>
653 <para>is used to run random generic SMB operations against two
654 SMB servers and show the differences in behavior.</para>
655 <indexterm zone="samba gentest">
656 <primary sortas="b-gentest">gentest</primary>
657 </indexterm>
658 </listitem>
659 </varlistentry>
660
661 <varlistentry id="ldbadd">
662 <term><command>ldbadd</command></term>
663 <listitem>
664 <para>is a command-line utility for adding records to an LDB
665 database.</para>
666 <indexterm zone="samba ldbadd">
667 <primary sortas="b-ldbadd">ldbadd</primary>
668 </indexterm>
669 </listitem>
670 </varlistentry>
671
672 <varlistentry id="ldbdel">
673 <term><command>ldbdel</command></term>
674 <listitem>
675 <para>is a command-line program for deleting LDB database
676 records.</para>
677 <indexterm zone="samba ldbdel">
678 <primary sortas="b-ldbdel">ldbdel</primary>
679 </indexterm>
680 </listitem>
681 </varlistentry>
682
683 <varlistentry id="ldbedit">
684 <term><command>ldbedit</command></term>
685 <listitem>
686 <para>allows you to edit LDB databases using your preferred
687 editor.</para>
688 <indexterm zone="samba ldbedit">
689 <primary sortas="b-ldbedit">ldbedit</primary>
690 </indexterm>
691 </listitem>
692 </varlistentry>
693
694 <varlistentry id="ldbmodify">
695 <term><command>ldbmodify</command></term>
696 <listitem>
697 <para>allows you to modify records in an LDB database.</para>
698 <indexterm zone="samba ldbmodify">
699 <primary sortas="b-ldbmodify">ldbmodify</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 <varlistentry id="ldbrename">
705 <term><command>ldbrename</command></term>
706 <listitem>
707 <para>allows you to edit LDB databases using your preferred
708 editor.</para>
709 <indexterm zone="samba ldbrename">
710 <primary sortas="b-ldbrename">ldbrename</primary>
711 </indexterm>
712 </listitem>
713 </varlistentry>
714
715 <varlistentry id="ldbsearch">
716 <term><command>ldbsearch</command></term>
717 <listitem>
718 <para>searches an LDB database for records matching a specified
719 expression.</para>
720 <indexterm zone="samba ldbsearch">
721 <primary sortas="b-ldbsearch">ldbsearch</primary>
722 </indexterm>
723 </listitem>
724 </varlistentry>
725
726 <varlistentry id="locktest">
727 <term><command>locktest</command></term>
728 <listitem>
729 <para>is used to find differences in locking between two SMB
730 servers.</para>
731 <indexterm zone="samba locktest">
732 <primary sortas="b-locktest">locktest</primary>
733 </indexterm>
734 </listitem>
735 </varlistentry>
736
737 <varlistentry id="masktest">
738 <term><command>masktest</command></term>
739 <listitem>
740 <para>is used to find differences in wildcard matching between
741 Samba's implementation and that of a remote server.</para>
742 <indexterm zone="samba masktest">
743 <primary sortas="b-masktest">masktest</primary>
744 </indexterm>
745 </listitem>
746 </varlistentry>
747
748 <varlistentry id="mvxattr">
749 <term><command>mvxattr</command></term>
750 <listitem>
751 <para>is used to recursively rename extended attributes.</para>
752 <indexterm zone="samba mvxattr">
753 <primary sortas="b-mvxattr">mvxattr</primary>
754 </indexterm>
755 </listitem>
756 </varlistentry>
757
758 <varlistentry id="ndrdump">
759 <term><command>ndrdump</command></term>
760 <listitem>
761 <para>is a DCE/RPC Packet Parser and Dumper.</para>
762 <indexterm zone="samba ndrdump">
763 <primary sortas="b-ndrdump">ndrdump</primary>
764 </indexterm>
765 </listitem>
766 </varlistentry>
767
768 <varlistentry id="net">
769 <term><command>net</command></term>
770 <listitem>
771 <para>is a tool for administration of
772 <application>Samba</application> and remote CIFS servers, similar
773 to the <command>net</command> utility for DOS/Windows.</para>
774 <indexterm zone="samba net">
775 <primary sortas="b-net">net</primary>
776 </indexterm>
777 </listitem>
778 </varlistentry>
779
780 <varlistentry id="nmbd">
781 <term><command>nmbd</command></term>
782 <listitem>
783 <para>is the <application>Samba</application>
784 NetBIOS name server.</para>
785 <indexterm zone="samba nmbd">
786 <primary sortas="b-nmbd">nmbd</primary>
787 </indexterm>
788 </listitem>
789 </varlistentry>
790
791 <varlistentry id="nmblookup">
792 <term><command>nmblookup</command></term>
793 <listitem>
794 <para>is used to query NetBIOS names and map
795 them to IP addresses.</para>
796 <indexterm zone="samba nmblookup">
797 <primary sortas="b-nmblookup">nmblookup</primary>
798 </indexterm>
799 </listitem>
800 </varlistentry>
801
802 <varlistentry id="ntlm_auth">
803 <term><command>ntlm_auth</command></term>
804 <listitem>
805 <para>is a tool to allow external access to Winbind's
806 NTLM authentication function.</para>
807 <indexterm zone="samba ntlm_auth">
808 <primary sortas="b-ntlm_auth">ntlm_auth</primary>
809 </indexterm>
810 </listitem>
811 </varlistentry>
812
813 <varlistentry id="oLschema2ldif">
814 <term><command>oLschema2ldif</command></term>
815 <listitem>
816 <para>converts LDAP schema's to LDB-compatible LDIF.</para>
817 <indexterm zone="samba oLschema2ldif">
818 <primary sortas="b-oLschema2ldif">oLschema2ldif</primary>
819 </indexterm>
820 </listitem>
821 </varlistentry>
822
823 <varlistentry id="pdbedit">
824 <term><command>pdbedit</command></term>
825 <listitem>
826 <para>is a tool used to manage the SAM database.</para>
827 <indexterm zone="samba pdbedit">
828 <primary sortas="b-pdbedit">pdbedit</primary>
829 </indexterm>
830 </listitem>
831 </varlistentry>
832
833 <varlistentry id="pidl">
834 <term><command>pidl</command></term>
835 <listitem>
836 <para>is an IDL (Interface Definition Language) compiler
837 written in Perl.</para>
838 <indexterm zone="samba pidl">
839 <primary sortas="b-pidl">pidl</primary>
840 </indexterm>
841 </listitem>
842 </varlistentry>
843
844 <varlistentry id="profiles">
845 <term><command>profiles</command></term>
846 <listitem>
847 <para>is a utility that reports and changes SIDs in Windows
848 registry files. It currently only supports Windows NT.</para>
849 <indexterm zone="samba profiles">
850 <primary sortas="b-profiles">profiles</primary>
851 </indexterm>
852 </listitem>
853 </varlistentry>
854
855 <varlistentry id="regdiff">
856 <term><command>regdiff</command></term>
857 <listitem>
858 <para>is a Diff program for Windows registry files.</para>
859 <indexterm zone="samba regdiff">
860 <primary sortas="b-regdiff">regdiff</primary>
861 </indexterm>
862 </listitem>
863 </varlistentry>
864
865 <varlistentry id="regpatch">
866 <term><command>regpatch</command></term>
867 <listitem>
868 <para>applies registry patches to registry files.</para>
869 <indexterm zone="samba regpatch">
870 <primary sortas="b-regpatch">regpatch</primary>
871 </indexterm>
872 </listitem>
873 </varlistentry>
874
875 <varlistentry id="regshell">
876 <term><command>regshell</command></term>
877 <listitem>
878 <para>is a Windows registry file browser using readline.</para>
879 <indexterm zone="samba regshell">
880 <primary sortas="b-regshell">regshell</primary>
881 </indexterm>
882 </listitem>
883 </varlistentry>
884
885 <varlistentry id="regtree">
886 <term><command>regtree</command></term>
887 <listitem>
888 <para>is a text-mode registry viewer.</para>
889 <indexterm zone="samba regtree">
890 <primary sortas="b-regtree">regtree</primary>
891 </indexterm>
892 </listitem>
893 </varlistentry>
894
895 <varlistentry id="rpcclient">
896 <term><command>rpcclient</command></term>
897 <listitem>
898 <para>is used to execute MS-RPC client side functions.</para>
899 <indexterm zone="samba rpcclient">
900 <primary sortas="b-rpcclient">rpcclient</primary>
901 </indexterm>
902 </listitem>
903 </varlistentry>
904
905 <varlistentry id="samba-prog">
906 <term><command>samba</command></term>
907 <listitem>
908 <para>is a server to provide AD and SMB/CIFS services
909 to clients.</para>
910 <indexterm zone="samba samba-prog">
911 <primary sortas="b-samba-prog">samba</primary>
912 </indexterm>
913 </listitem>
914 </varlistentry>
915
916 <varlistentry id="samba_dnsupdate">
917 <term><command>samba_dnsupdate</command></term>
918 <listitem>
919 <para>is used to update our DNS names using TSIG-GSS.</para>
920 <indexterm zone="samba samba_dnsupdate">
921 <primary sortas="b-samba_dnsupdate">samba_dnsupdate</primary>
922 </indexterm>
923 </listitem>
924 </varlistentry>
925
926 <varlistentry id="samba_kcc">
927 <term><command>samba_kcc</command></term>
928 <listitem>
929 <para>is a script used to compute your KCC (Knowledge
930 Consistency Checker) topology.</para>
931 <indexterm zone="samba samba_kcc">
932 <primary sortas="b-samba_kcc">samba_kcc</primary>
933 </indexterm>
934 </listitem>
935 </varlistentry>
936
937 <varlistentry id="samba-regedit">
938 <term><command>samba-regedit</command></term>
939 <listitem>
940 <para>is a ncurses based tool to manage the Samba registry.</para>
941 <indexterm zone="samba samba-regedit">
942 <primary sortas="b-samba-regedit">samba-regedit</primary>
943 </indexterm>
944 </listitem>
945 </varlistentry>
946
947 <varlistentry id="samba_spnupdate">
948 <term><command>samba_spnupdate</command></term>
949 <listitem>
950 <para>is a script to update the servicePrincipalName
951 names from spn_update_list.</para>
952 <indexterm zone="samba samba_spnupdate">
953 <primary sortas="b-samba_spnupdate">samba_spnupdate</primary>
954 </indexterm>
955 </listitem>
956 </varlistentry>
957
958 <varlistentry id="samba-tool">
959 <term><command>samba-tool</command></term>
960 <listitem>
961 <para>is the main Samba administration tool.</para>
962 <indexterm zone="samba samba-tool">
963 <primary sortas="b-samba-tool">samba-tool</primary>
964 </indexterm>
965 </listitem>
966 </varlistentry>
967
968 <varlistentry id="samba_upgradedns">
969 <term><command>samba_upgradedns</command></term>
970 <listitem>
971 <para>is a Unix SMB/CIFS implementation.</para>
972 <indexterm zone="samba samba_upgradedns">
973 <primary sortas="b-samba_upgradedns">samba_upgradedns</primary>
974 </indexterm>
975 </listitem>
976 </varlistentry>
977
978 <varlistentry id="sharesec">
979 <term><command>sharesec</command></term>
980 <listitem>
981 <para>manipulates share ACL permissions on SMB file shares.</para>
982 <indexterm zone="samba sharesec">
983 <primary sortas="b-sharesec">sharesec</primary>
984 </indexterm>
985 </listitem>
986 </varlistentry>
987
988 <varlistentry id="smbcacls">
989 <term><command>smbcacls</command></term>
990 <listitem>
991 <para>is used to manipulate Windows NT access control lists.</para>
992 <indexterm zone="samba smbcacls">
993 <primary sortas="b-smbcacls">smbcacls</primary>
994 </indexterm>
995 </listitem>
996 </varlistentry>
997
998 <varlistentry id="smbclient">
999 <term><command>smbclient</command></term>
1000 <listitem>
1001 <para>is a SMB/CIFS access utility, similar to FTP.</para>
1002 <indexterm zone="samba smbclient">
1003 <primary sortas="b-smbclient">smbclient</primary>
1004 </indexterm>
1005 </listitem>
1006 </varlistentry>
1007
1008 <varlistentry id="smbcontrol">
1009 <term><command>smbcontrol</command></term>
1010 <listitem>
1011 <para>is used to control running <command>smbd</command>,
1012 <command>nmbd</command> and <command>winbindd</command>
1013 daemons.</para>
1014 <indexterm zone="samba smbcontrol">
1015 <primary sortas="b-smbcontrol">smbcontrol</primary>
1016 </indexterm>
1017 </listitem>
1018 </varlistentry>
1019
1020 <varlistentry id="smbcquotas">
1021 <term><command>smbcquotas</command></term>
1022 <listitem>
1023 <para>is used to manipulate Windows NT quotas on
1024 SMB file shares.</para>
1025 <indexterm zone="samba smbcquotas">
1026 <primary sortas="b-smbcquotas">smbcquotas</primary>
1027 </indexterm>
1028 </listitem>
1029 </varlistentry>
1030
1031 <varlistentry id="smbd">
1032 <term><command>smbd</command></term>
1033 <listitem>
1034 <para>is the main <application>Samba</application> daemon which
1035 provides SMB/CIFS services to clients.</para>
1036 <indexterm zone="samba smbd">
1037 <primary sortas="b-smbd">smbd</primary>
1038 </indexterm>
1039 </listitem>
1040 </varlistentry>
1041
1042 <varlistentry id="smbget">
1043 <term><command>smbget</command></term>
1044 <listitem>
1045 <para>is a simple utility with <command>wget</command>-like
1046 semantics, that can download files from SMB servers. You can specify
1047 the files you would like to download on the command-line.</para>
1048 <indexterm zone="samba smbget">
1049 <primary sortas="b-smbget">smbget</primary>
1050 </indexterm>
1051 </listitem>
1052 </varlistentry>
1053
1054 <varlistentry id="smbpasswd">
1055 <term><command>smbpasswd</command></term>
1056 <listitem>
1057 <para>changes a user's <application>Samba</application>
1058 password.</para>
1059 <indexterm zone="samba smbpasswd">
1060 <primary sortas="b-smbpasswd">smbpasswd</primary>
1061 </indexterm>
1062 </listitem>
1063 </varlistentry>
1064
1065 <varlistentry id="smbspool">
1066 <term><command>smbspool</command></term>
1067 <listitem>
1068 <para>sends a print job to an SMB printer.</para>
1069 <indexterm zone="samba smbspool">
1070 <primary sortas="b-smbspool">smbspool</primary>
1071 </indexterm>
1072 </listitem>
1073 </varlistentry>
1074
1075 <varlistentry id="smbstatus">
1076 <term><command>smbstatus</command></term>
1077 <listitem>
1078 <para>reports current <application>Samba</application>
1079 connections.</para>
1080 <indexterm zone="samba smbstatus">
1081 <primary sortas="b-smbstatus">smbstatus</primary>
1082 </indexterm>
1083 </listitem>
1084 </varlistentry>
1085
1086 <varlistentry id="smbtar">
1087 <term><command>smbtar</command></term>
1088 <listitem>
1089 <para>is a shell script used for backing up SMB/CIFS shares
1090 directly to Linux tape drives or a file.</para>
1091 <indexterm zone="samba smbtar">
1092 <primary sortas="b-smbtar">smbtar</primary>
1093 </indexterm>
1094 </listitem>
1095 </varlistentry>
1096
1097<!--
1098 <varlistentry id="smbta-util">
1099 <term><command>smbta-util</command></term>
1100 <listitem>
1101 <para>is a tool to ease the configuration of the
1102 vfs_smb_traffic_analyzer module regarding data encryption.</para>
1103 <indexterm zone="samba smbta-util">
1104 <primary sortas="b-smbta-util">smbta-util</primary>
1105 </indexterm>
1106 </listitem>
1107 </varlistentry>
1108-->
1109
1110 <varlistentry id="smbtorture">
1111 <term><command>smbtorture</command></term>
1112 <listitem>
1113 <para>is a testsuite that runs several tests against a SMB
1114 server.</para>
1115 <indexterm zone="samba smbtorture">
1116 <primary sortas="b-smbtorture">smbtorture</primary>
1117 </indexterm>
1118 </listitem>
1119 </varlistentry>
1120
1121 <varlistentry id="smbtree">
1122 <term><command>smbtree</command></term>
1123 <listitem>
1124 <para>is a text-based SMB network browser.</para>
1125 <indexterm zone="samba smbtree">
1126 <primary sortas="b-smbtree">smbtree</primary>
1127 </indexterm>
1128 </listitem>
1129 </varlistentry>
1130
1131 <varlistentry id="tdbbackup">
1132 <term><command>tdbbackup</command></term>
1133 <listitem>
1134 <para>is a tool for backing up or validating the integrity of
1135 <application>Samba</application> <filename>.tdb</filename>
1136 files.</para>
1137 <indexterm zone="samba tdbbackup">
1138 <primary sortas="b-tdbbackup">tdbbackup</primary>
1139 </indexterm>
1140 </listitem>
1141 </varlistentry>
1142
1143 <varlistentry id="tdbdump">
1144 <term><command>tdbdump</command></term>
1145 <listitem>
1146 <para> is a tool used to print the contents of a
1147 <application>Samba</application> <filename>.tdb</filename>
1148 file.</para>
1149 <indexterm zone="samba tdbdump">
1150 <primary sortas="b-tdbdump">tdbdump</primary>
1151 </indexterm>
1152 </listitem>
1153 </varlistentry>
1154
1155 <varlistentry id="tdbrestore">
1156 <term><command>tdbrestore</command></term>
1157 <listitem>
1158 <para> is a tool for creating a <application>Samba</application>
1159 <filename>.tdb</filename> file out of a ntdbdump.</para>
1160 <indexterm zone="samba tdbrestore">
1161 <primary sortas="b-tdbrestore">tdbrestore</primary>
1162 </indexterm>
1163 </listitem>
1164 </varlistentry>
1165
1166 <varlistentry id="tdbtool">
1167 <term><command>tdbtool</command></term>
1168 <listitem>
1169 <para>is a tool which allows simple database manipulation from the
1170 command line.</para>
1171 <indexterm zone="samba tdbtool">
1172 <primary sortas="b-tdbtool">tdbtool</primary>
1173 </indexterm>
1174 </listitem>
1175 </varlistentry>
1176
1177 <varlistentry id="testparm">
1178 <term><command>testparm</command></term>
1179 <listitem>
1180 <para>checks an <filename>smb.conf</filename> file for proper
1181 syntax.</para>
1182 <indexterm zone="samba testparm">
1183 <primary sortas="b-testparm">testparm</primary>
1184 </indexterm>
1185 </listitem>
1186 </varlistentry>
1187
1188 <varlistentry id="wbinfo">
1189 <term><command>wbinfo</command></term>
1190 <listitem>
1191 <para>queries a running <command>winbindd</command> daemon.</para>
1192 <indexterm zone="samba wbinfo">
1193 <primary sortas="b-wbinfo">wbinfo</primary>
1194 </indexterm>
1195 </listitem>
1196 </varlistentry>
1197
1198 <varlistentry id="winbindd">
1199 <term><command>winbindd</command></term>
1200 <listitem>
1201 <para>resolves names from Windows NT servers.</para>
1202 <indexterm zone="samba winbindd">
1203 <primary sortas="b-winbindd">winbindd</primary>
1204 </indexterm>
1205 </listitem>
1206 </varlistentry>
1207
1208 <varlistentry id="libnss_winbind">
1209 <term><filename class='libraryfile'>libnss_winbind.so</filename></term>
1210 <listitem>
1211 <para>provides Name Service Switch API functions for resolving names
1212 from NT servers.</para>
1213 <indexterm zone="samba libnss_winbind">
1214 <primary sortas="c-libnss_winbind">libnss_winbind.so</primary>
1215 </indexterm>
1216 </listitem>
1217 </varlistentry>
1218
1219 <varlistentry id="libnss_wins">
1220 <term><filename class='libraryfile'>libnss_wins.so</filename></term>
1221 <listitem>
1222 <para>provides API functions for Samba's implementation of the
1223 Windows Internet Naming Service.</para>
1224 <indexterm zone="samba libnss_wins">
1225 <primary sortas="c-libnss_wins">libnss_wins.so</primary>
1226 </indexterm>
1227 </listitem>
1228 </varlistentry>
1229
1230 <varlistentry id="libnetapi">
1231 <term><filename class='libraryfile'>libnetapi.so</filename></term>
1232 <listitem>
1233 <para>provides the API functions for the administration tools used
1234 for Samba and remote CIFS servers.</para>
1235 <indexterm zone="samba libnetapi">
1236 <primary sortas="c-libnetapi">libnetapi.so</primary>
1237 </indexterm>
1238 </listitem>
1239 </varlistentry>
1240
1241 <varlistentry id="libsmbclient">
1242 <term><filename class='libraryfile'>libsmbclient.so</filename></term>
1243 <listitem>
1244 <para>provides the API functions for the Samba SMB client tools.</para>
1245 <indexterm zone="samba libsmbclient">
1246 <primary sortas="c-libsmbclient">libsmbclient.so</primary>
1247 </indexterm>
1248 </listitem>
1249 </varlistentry>
1250<!--
1251 <varlistentry id="libsmbsharemodes">
1252 <term><filename class='libraryfile'>libsmbsharemodes.so</filename></term>
1253 <listitem>
1254 <para>provides API functions for accessing SMB share modes
1255 (locks etc.)</para>
1256 <indexterm zone="samba libsmbsharemodes">
1257 <primary sortas="c-libsmbsharemodes">libsmbsharemodes.so</primary>
1258 </indexterm>
1259 </listitem>
1260 </varlistentry>-->
1261
1262 <varlistentry id="libwbclient">
1263 <term><filename class='libraryfile'>libwbclient.so</filename></term>
1264 <listitem>
1265 <para>provides API functions for Windows domain client services.</para>
1266 <indexterm zone="samba libwbclient">
1267 <primary sortas="c-libwbclient">libwbclient.so</primary>
1268 </indexterm>
1269 </listitem>
1270 </varlistentry>
1271
1272 </variablelist>
1273
1274 </sect2>
1275
1276</sect1>
Note: See TracBrowser for help on using the repository browser.