source: networking/netprogs/samba.xml@ 0088694

perl-modules
Last change on this file since 0088694 was 0088694, checked in by Ken Moffat <ken@…>, 6 years ago

perl modules branch: Add Parse::Yapp.

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