source: networking/netprogs/samba.xml@ c5d6597

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c5d6597 was 457bcc4e, checked in by Xi Ruoyao <xry111@…>, 9 months ago

samba: Fix a typo in LDAP schema file name

Already confirmed with Douglas several weeks ago, but it seems Doug has
been too busy...

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