Ignore:
Timestamp:
02/27/2005 01:29:26 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
355e538
Parents:
3891001
Message:

Updated to Samba-3.0.11

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba3.xml

    r3891001 r38b41c2  
    77<!ENTITY samba3-download-http "http://us1.samba.org/samba/ftp/samba-&samba3-version;.tar.gz">
    88<!ENTITY samba3-download-ftp "ftp://ftp.samba.org/pub/samba/samba-&samba3-version;.tar.gz">
    9 <!ENTITY samba3-md5sum "9cf2bcef71509a81687dec8732545400">
    10 <!ENTITY samba3-size "15.1 MB">
    11 <!ENTITY samba3-buildsize "141 MB">
    12 <!ENTITY samba3-time "2.11 SBU">
     9<!ENTITY samba3-md5sum "217e489646a474b4fb69d5802c14bc6e">
     10<!ENTITY samba3-size "15.3 MB">
     11<!ENTITY samba3-buildsize "143 MB">
     12<!ENTITY samba3-time "2.12 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="samba3.html"?>
    2121<title>Samba-&samba3-version;</title>
     22<indexterm zone="samba3">
     23<primary sortas="a-Samba">Samba</primary></indexterm>
    2224
    2325<sect2>
     
    8587    --with-fhs \
    8688    --with-smbmount &amp;&amp;
    87 make &amp;&amp;
    88 make install &amp;&amp;
     89make</command></userinput></screen>
     90
     91<para>Now, as the root user:</para>
     92
     93<screen><userinput role='root'><command>make install &amp;&amp;
    8994mv /usr/lib/samba/libsmbclient.so /usr/lib &amp;&amp;
    9095ln -sf ../libsmbclient.so /usr/lib/samba &amp;&amp;
     
    163168<title>Configuring <application>Samba</application></title>
    164169
     170<sect3 id="samba3-config"><title>Config files</title>
     171<para>/etc/samba/smb.conf</para>
     172<indexterm zone="samba3 samba3-config">
     173<primary sortas="e-etc-samba-smb.conf">/etc/samba/smb.conf</primary>
     174</indexterm>
     175</sect3>
     176
    165177<sect3><title>Configuration overview and available documentation</title>
    166178
    167179<para>Due to the complexity and the many various uses for
    168180<application>Samba</application>, complete configuration is well beyond the
    169 scope of the BLFS book. Advanced configurations including setting up Primary
    170 and Backup Domain Controllers are advanced topics and cannot be adequately
    171 covered in BLFS (it should be noted, however, that a
    172 <application>Samba</application> BDC cannot be used as a fallback for a
     181scope of the <acronym>BLFS</acronym> book. Advanced configurations including
     182setting up Primary and Backup Domain Controllers are advanced topics and
     183cannot be adequately covered in <acronym>BLFS</acronym> (it should be noted,
     184however, that a <application>Samba</application> <acronym>BDC</acronym> cannot
     185be used as a fallback for a
    173186<application>Windows</application> <acronym>PDC</acronym>, and conversely, a
    174187<application>Windows</application> <acronym>BDC</acronym> cannot be used as a
     
    209222to gain access to the console, BLFS recommends setting up access to
    210223<acronym>SWAT</acronym> using <application>Stunnel</application>.</para>
     224<indexterm zone="samba3 samba3-swat-config">
     225<primary sortas="g-SWAT">SWAT</primary></indexterm>
    211226
    212227<para>First you must add entries to <filename>/etc/services</filename> and
    213228modify the <command>inetd</command>/<command>xinetd</command>
    214229configuration.</para>
     230<indexterm zone="samba3 samba3-swat-config">
     231<primary sortas="e-etc-services">/etc/services</primary></indexterm>
     232<indexterm zone="samba3 samba3-swat-config">
     233<primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary></indexterm>
     234<indexterm zone="samba3 samba3-swat-config">
     235<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary></indexterm>
    215236
    216237<para>Add swat and swat_tunnel entries to
    217 <filename>/etc/services</filename> with the following commands:</para>
    218 
    219 <screen><userinput><command>echo "swat            901/tcp" &gt;&gt; /etc/services &amp;&amp;
     238<filename>/etc/services</filename> with the following commands issued as the
     239root user:</para>
     240
     241<screen><userinput role='root'><command>echo "swat            901/tcp" &gt;&gt; /etc/services &amp;&amp;
    220242echo "swat_tunnel     902/tcp" &gt;&gt; /etc/services</command></userinput></screen>
    221243
    222244<para>If <command>inetd</command> is used, the following command will add the
    223 swat_tunnel entry to <filename>/etc/inetd.conf</filename>: </para>
    224 
    225 <screen><userinput><command>echo "swat_tunnel stream tcp nowait.400 root /usr/sbin/swat swat" \
     245swat_tunnel entry to <filename>/etc/inetd.conf</filename> (as user root):</para>
     246
     247<screen><userinput role='root'><command>echo "swat_tunnel stream tcp nowait.400 root /usr/sbin/swat swat" \
    226248    &gt;&gt; /etc/inetd.conf</command></userinput></screen>
    227249<para>Issue a <command>killall -HUP inetd</command> to reread the
    228250changed <filename>inetd.conf</filename> file.</para>
    229251
    230 <para>If <command>xinetd</command> is used, the following command will
    231 add the swat_tunnel entry to <filename>/etc/xinetd.conf</filename> (you may
    232 need to modify or remove the <quote>only_from</quote> line to include the
    233 desired host[s]):</para>
    234 
    235 <screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
     252<para>If <command>xinetd</command> is used, the following command issued as
     253the root user will add the swat_tunnel entry to
     254<filename>/etc/xinetd.conf</filename> (you may need to modify or remove the
     255<quote>only_from</quote> line to include the desired host[s]):</para>
     256
     257<screen><userinput role='root'><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    236258service swat_tunnel
    237259{
     
    250272
    251273<para>Next, you must add an entry for the swat service to the
    252 <filename>/etc/stunnel/stunnel.conf</filename> file:</para>
    253 
    254 <screen><userinput><command>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; "EOF"</command>
     274<filename>/etc/stunnel/stunnel.conf</filename> file (as user root):</para>
     275<indexterm zone="samba3 samba3-swat-config"><primary
     276sortas="e-etc-stunnel-stunnel.conf">/etc/stunnel/stunnel.conf</primary>
     277</indexterm>
     278
     279<screen><userinput role='root'><command>cat &gt;&gt; /etc/stunnel/stunnel.conf &lt;&lt; "EOF"</command>
    255280[swat]
    256281accept  = 901
     
    260285
    261286<para>Restart the <command>stunnel</command> daemon using the following
    262 command:</para>
    263 
    264 <screen><userinput><command>/etc/rc.d/init.d/stunnel restart</command></userinput></screen>
     287command as the root user:</para>
     288
     289<screen><userinput role='root'><command>/etc/rc.d/init.d/stunnel restart</command></userinput></screen>
    265290
    266291<para><acronym>SWAT</acronym> can be launched by pointing your web browser to
     
    275300<application>Samba</application> build, you'll need to create an
    276301<filename>/etc/pam.d/samba</filename> file.</para></note>
     302<indexterm zone="samba3 samba3-swat-config"><primary
     303sortas="e-etc-pam.d-samba">/etc/pam.d/samba</primary>
     304</indexterm>
    277305</sect3>
    278306
     
    282310services, and you wish to print to a printer attached to an
    283311<acronym>SMB</acronym> client, you need to create an <acronym>SMB</acronym>
    284 backend device. To create the device, issue the following command:</para>
     312backend device. To create the device, issue the following command as the
     313root user:</para>
    285314
    286315<screen><userinput><command>ln -sf /usr/bin/smbspool /usr/lib/cups/backend/smb</command></userinput></screen>
    287316</sect3>
    288317
    289 <sect3><title>Installing bootscripts</title>
     318<sect3 id="samba3-init"><title>Installing bootscripts</title>
    290319
    291320<para>For your convenience, boot scripts have been provided for
     
    297326script, <filename>winbind</filename>, starts the <command>winbindd</command>
    298327daemon, used for providing Windows domain services to Linux clients.</para>
     328<indexterm zone="samba3 samba3-init">
     329<primary sortas="f-samba">samba</primary></indexterm>
     330<indexterm zone="samba3 samba3-init">
     331<primary sortas="f-winbind">winbind</primary></indexterm>
    299332
    300333<para>Install the <filename>samba</filename> script with the following
    301 command:</para>
    302 
    303 <screen><userinput><command>make install-samba</command></userinput></screen>
     334command issued as the root user:</para>
     335
     336<screen><userinput role='root'><command>make install-samba</command></userinput></screen>
    304337
    305338<para>If you also need the <filename>winbind</filename> script:</para>
    306339
    307 <screen><userinput><command>make install-winbind</command></userinput></screen>
     340<screen><userinput role='root'><command>make install-winbind</command></userinput></screen>
    308341</sect3>
    309342
     
    313346<title>Contents</title>
    314347
    315 <para>The <application>Samba</application> package contains
    316 <command>findsmb</command>,
    317 <command>mount.smbfs</command>,
    318 <command>net</command>,
    319 <command>nmbd</command>,
    320 <command>nmblookup</command>,
    321 <command>ntlm_auth</command>,
    322 <command>pdbedit</command>,
    323 <command>profiles</command>,
    324 <command>rpcclient</command>,
    325 <command>smbcacls</command>,
    326 <command>smbclient</command>,
    327 <command>smbcontrol</command>,
    328 <command>smbcquotas</command>,
    329 <command>smbd</command>,
    330 <command>smbmnt</command>,
    331 <command>smbmount</command>,
    332 <command>smbpasswd</command>,
    333 <command>smbspool</command>,
    334 <command>smbstatus</command>,
    335 <command>smbtar</command>,
    336 <command>smbtree</command>,
    337 <command>smbumount</command>,
    338 <command>swat</command>,
    339 <command>tdbbackup</command>,
    340 <command>tdbdump</command>,
    341 <command>tdbtool</command>,
    342 <command>testparm</command>,
    343 <command>testprns</command>,
    344 <command>wbinfo</command> and
    345 <command>winbindd</command>.</para>
     348<segmentedlist>
     349<segtitle>Installed Programs</segtitle>
     350<segtitle>Installed Libraries</segtitle>
     351<segtitle>Installed Directories</segtitle>
     352
     353<seglistitem>
     354<seg>findsmb, mount.smbfs, net, nmbd, nmblookup, ntlm_auth, pdbedit, profiles,
     355rpcclient, smbcacls, smbclient, smbcontrol, smbcquotas, smbd, smbmnt,
     356smbmount, smbpasswd, smbspool, smbstatus, smbtar, smbtree, smbumount, swat,
     357tdbbackup, tdbdump, tdbtool, testparm, testprns, wbinfo and winbindd</seg>
     358<seg>libnss_winbind.so, libnss_wins.so, libsmbclient.[so,a], the
     359pam_winbind.so <acronym>PAM</acronym> library and assorted character set,
     360filesystem and support modules.</seg>
     361<seg>/etc/samba, /usr/lib/samba, /usr/share/samba, /var/cache/samba and
     362/var/lib/samba</seg>
     363</seglistitem>
     364</segmentedlist>
     365
     366<variablelist>
     367<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     368<?dbfo list-presentation="list"?>
     369
     370<varlistentry id="findsmb">
     371<term><command>findsmb</command></term>
     372<listitem><para>lists information about machines that respond to
     373<acronym>SMB</acronym> name queries on a subnet.</para>
     374<indexterm zone="samba3 findsmb">
     375<primary sortas="b-findsmb">findsmb</primary>
     376</indexterm></listitem>
     377</varlistentry>
     378
     379<varlistentry id="mount.smbfs">
     380<term><command>mount.smbfs</command></term>
     381<listitem><para>is a symlink to <command>mountsmb</command> which provides
     382<command>/bin/mount</command> with a way to mount remote Windows (or
     383<application>Samba</application>) fileshares.</para>
     384<indexterm zone="samba3 mount.smbfs">
     385<primary sortas="b-mount.smbfs">mount.smbfs</primary>
     386</indexterm></listitem>
     387</varlistentry>
     388
     389<varlistentry id="net">
     390<term><command>net</command></term>
     391<listitem><para>is a tool for administration of
     392<application>Samba</application> and remote <acronym>CIFS</acronym> servers,
     393similar to the <command>net</command> utility for
     394<acronym>DOS</acronym>/Windows.</para>
     395<indexterm zone="samba3 net">
     396<primary sortas="b-net">net</primary>
     397</indexterm></listitem>
     398</varlistentry>
     399
     400<varlistentry id="nmbd">
     401<term><command>nmbd</command></term>
     402<listitem><para>is the <application>Samba</application>
     403Net<acronym>BIOS</acronym> name server.</para>
     404<indexterm zone="samba3 nmbd">
     405<primary sortas="b-nmbd">nmbd</primary>
     406</indexterm></listitem>
     407</varlistentry>
     408
     409<varlistentry id="nmblookup">
     410<term><command>nmblookup</command></term>
     411<listitem><para>is used to query Net<acronym>BIOS</acronym> names and map
     412them to <acronym>IP</acronym> addresses.</para>
     413<indexterm zone="samba3 nmblookup">
     414<primary sortas="b-nmblookup">nmblookup</primary>
     415</indexterm></listitem>
     416</varlistentry>
     417
     418<varlistentry id="ntlm_auth">
     419<term><command>ntlm_auth</command></term>
     420<listitem><para>is a tool to allow external access to Winbind's
     421<acronym>NTLM</acronym> authentication function.</para>
     422<indexterm zone="samba3 ntlm_auth">
     423<primary sortas="b-ntlm_auth">ntlm_auth</primary>
     424</indexterm></listitem>
     425</varlistentry>
     426
     427<varlistentry id="pdbedit">
     428<term><command>pdbedit</command></term>
     429<listitem><para>is a tool used to manage the <acronym>SAM</acronym>
     430database.</para>
     431<indexterm zone="samba3 pdbedit">
     432<primary sortas="b-pdbedit">pdbedit</primary>
     433</indexterm></listitem>
     434</varlistentry>
     435
     436<varlistentry id="profiles">
     437<term><command>profiles</command></term>
     438<listitem><para>is a utility that reports and changes <acronym>SID</acronym>s
     439in Windows registry files. It currently only supports Windows NT.</para>
     440<indexterm zone="samba3 profiles">
     441<primary sortas="b-profiles">profiles</primary>
     442</indexterm></listitem>
     443</varlistentry>
     444
     445<varlistentry id="rpcclient">
     446<term><command>rpcclient</command></term>
     447<listitem><para>is used to execute MS-<acronym>RPC</acronym> client side
     448functions.</para>
     449<indexterm zone="samba3 rpcclient">
     450<primary sortas="b-rpcclient">rpcclient</primary>
     451</indexterm></listitem>
     452</varlistentry>
     453
     454<varlistentry id="smbcacls">
     455<term><command>smbcacls</command></term>
     456<listitem><para>is used to manipulate Windows NT access control lists.</para>
     457<indexterm zone="samba3 smbcacls">
     458<primary sortas="b-smbcacls">smbcacls</primary>
     459</indexterm></listitem>
     460</varlistentry>
     461
     462<varlistentry id="smbclient">
     463<term><command>smbclient</command></term>
     464<listitem><para>is a <acronym>SMB</acronym>/<acronym>CIFS</acronym> access
     465utility, similar to <acronym>FTP</acronym>.</para>
     466<indexterm zone="samba3 smbclient">
     467<primary sortas="b-smbclient">smbclient</primary>
     468</indexterm></listitem>
     469</varlistentry>
     470
     471<varlistentry id="smbcontrol">
     472<term><command>smbcontrol</command></term>
     473<listitem><para>is used to control running <command>smbd</command>,
     474<command>nmbd</command> and <command>winbindd</command> daemons.</para>
     475<indexterm zone="samba3 smbcontrol">
     476<primary sortas="b-smbcontrol">smbcontrol</primary>
     477</indexterm></listitem>
     478</varlistentry>
     479
     480<varlistentry id="smbcquotas">
     481<term><command>smbcquotas</command></term>
     482<listitem><para>is used to manipulate Windows NT quotas on
     483<acronym>SMB</acronym> file shares.</para>
     484<indexterm zone="samba3 smbcquotas">
     485<primary sortas="b-smbcquotas">smbcquotas</primary>
     486</indexterm></listitem>
     487</varlistentry>
     488
     489<varlistentry id="smbd">
     490<term><command>smbd</command></term>
     491<listitem><para>is the main <application>Samba</application> daemon which
     492provides <acronym>SMB</acronym>/<acronym>CIFS</acronym> services to
     493clients.</para>
     494<indexterm zone="samba3 smbd">
     495<primary sortas="b-smbd">smbd</primary>
     496</indexterm></listitem>
     497</varlistentry>
     498
     499<varlistentry id="smbmnt">
     500<term><command>smbmnt</command></term>
     501<listitem><para>is a helper application used by the
     502<command>smbmount</command> program to do the actual mounting of
     503<acronym>SMB</acronym> shares. It can be installed setuid root if you want
     504normal users to be able to mount their <acronym>SMB</acronym> shares.</para>
     505<indexterm zone="samba3 smbmnt">
     506<primary sortas="b-smbmnt">smbmnt</primary>
     507</indexterm></listitem>
     508</varlistentry>
     509
     510<varlistentry id="smbmount">
     511<term><command>smbmount</command></term>
     512<listitem><para>is usually invoked as <command>mount.smbfs</command> by the
     513<command>mount</command> command when using the
     514<parameter>-t smbfs</parameter> option, mounts a Linux <acronym>SMB</acronym>
     515filesystem.</para>
     516<indexterm zone="samba3 smbmount">
     517<primary sortas="b-smbmount">smbmount</primary>
     518</indexterm></listitem>
     519</varlistentry>
     520
     521<varlistentry id="smbpasswd">
     522<term><command>smbpasswd</command></term>
     523<listitem><para>changes a user's <application>Samba</application>
     524password.</para>
     525<indexterm zone="samba3 smbpasswd">
     526<primary sortas="b-smbpasswd">smbpasswd</primary>
     527</indexterm></listitem>
     528</varlistentry>
     529
     530<varlistentry id="smbspool">
     531<term><command>smbspool</command></term>
     532<listitem><para>sends a print job to an <acronym>SMB</acronym> printer.</para>
     533<indexterm zone="samba3 smbspool">
     534<primary sortas="b-smbspool">smbspool</primary>
     535</indexterm></listitem>
     536</varlistentry>
     537
     538<varlistentry id="smbstatus">
     539<term><command>smbstatus</command></term>
     540<listitem><para>reports current <application>Samba</application>
     541connections.</para>
     542<indexterm zone="samba3 smbstatus">
     543<primary sortas="b-smbstatus">smbstatus</primary>
     544</indexterm></listitem>
     545</varlistentry>
     546
     547<varlistentry id="smbtar">
     548<term><command>smbtar</command></term>
     549<listitem><para>is a shell script used for backing up
     550<acronym>SMB</acronym>/<acronym>CIFS</acronym> shares directly to Linux tape
     551drives or a file.</para>
     552<indexterm zone="samba3 smbtar">
     553<primary sortas="b-smbtar">smbtar</primary>
     554</indexterm></listitem>
     555</varlistentry>
     556
     557<varlistentry id="smbtree">
     558<term><command>smbtree</command></term>
     559<listitem><para>is a text-based <acronym>SMB</acronym> network browser.</para>
     560<indexterm zone="samba3 smbtree">
     561<primary sortas="b-smbtree">smbtree</primary>
     562</indexterm></listitem>
     563</varlistentry>
     564
     565<varlistentry id="smbumount">
     566<term><command>smbumount</command></term>
     567<listitem><para>is used by normal users to unmount <acronym>SMB</acronym>
     568filesystems, provided that it is setuid root.</para>
     569<indexterm zone="samba3 smbumount">
     570<primary sortas="b-smbumount">smbumount</primary>
     571</indexterm></listitem>
     572</varlistentry>
     573
     574<varlistentry id="swat">
     575<term><command>swat</command></term>
     576<listitem><para>is the <application>Samba</application> Web Administration
     577Tool.</para>
     578<indexterm zone="samba3 swat">
     579<primary sortas="b-swat">swat</primary>
     580</indexterm></listitem>
     581</varlistentry>
     582
     583<varlistentry id="tdbbackup">
     584<term><command>tdbbackup</command></term>
     585<listitem><para>is a tool for backing up or validating the integrity of
     586<application>Samba</application> <filename>.tdb</filename> files.</para>
     587<indexterm zone="samba3 tdbbackup">
     588<primary sortas="b-tdbbackup">tdbbackup</primary>
     589</indexterm></listitem>
     590</varlistentry>
     591
     592<varlistentry id="tdbdump">
     593<term><command>tdbdump</command></term>
     594<listitem><para> is a tool used to print the contents of a
     595<application>Samba</application> <filename>.tdb</filename> file.</para>
     596<indexterm zone="samba3 tdbdump">
     597<primary sortas="b-tdbdump">tdbdump</primary>
     598</indexterm></listitem>
     599</varlistentry>
     600
     601<varlistentry id="tdbtool">
     602<term><command>tdbtool</command></term>
     603<listitem><para>is a tool which allows simple database manipulation from the
     604command line.</para>
     605<indexterm zone="samba3 tdbtool">
     606<primary sortas="b-tdbtool">tdbtool</primary>
     607</indexterm></listitem>
     608</varlistentry>
     609
     610<varlistentry id="testparm">
     611<term><command>testparm</command></term>
     612<listitem><para>checks an <filename>smb.conf</filename> file for proper
     613syntax.</para>
     614<indexterm zone="samba3 testparm">
     615<primary sortas="b-testparm">testparm</primary>
     616</indexterm></listitem>
     617</varlistentry>
     618
     619<varlistentry id="testprns">
     620<term><command>testprns</command></term>
     621<listitem><para>tests printer names.</para>
     622<indexterm zone="samba3 testprns">
     623<primary sortas="b-testprns">testprns</primary>
     624</indexterm></listitem>
     625</varlistentry>
     626
     627<varlistentry id="wbinfo">
     628<term><command>wbinfo</command></term>
     629<listitem><para>queries a running <command>winbindd</command> daemon.</para>
     630<indexterm zone="samba3 wbinfo">
     631<primary sortas="b-wbinfo">wbinfo</primary>
     632</indexterm></listitem>
     633</varlistentry>
     634
     635<varlistentry id="winbindd">
     636<term><command>winbindd</command></term>
     637<listitem><para>resolves names from Windows NT servers.</para>
     638<indexterm zone="samba3 winbindd">
     639<primary sortas="b-winbindd">winbindd</primary>
     640</indexterm></listitem>
     641</varlistentry>
     642
     643</variablelist>
    346644
    347645</sect2>
    348646
    349 <sect2>
    350 <title>Description</title>
    351 <sect3><title>findsmb</title>
    352 <para><command>findsmb</command> lists information about machines that respond
    353 to <acronym>SMB</acronym> name queries on a subnet.</para></sect3>
    354 <sect3><title>mount.smbfs</title>
    355 <para><command>mount.smbfs</command> provides <command>/bin/mount</command>
    356 with a way to mount remote Windows (or
    357 <application>Samba</application>) fileshares.</para></sect3>
    358 <sect3><title>net</title>
    359 <para><command>net</command> is a tool for administration of
    360 <application>Samba</application> and remote <acronym>CIFS</acronym> servers,
    361 similar to the net utility for <acronym>DOS</acronym>/Windows.</para></sect3>
    362 <sect3><title>nmbd</title>
    363 <para><command>nmbd</command> is the <application>Samba</application>
    364 Net<acronym>BIOS</acronym> name server.</para></sect3>
    365 <sect3><title>nmblookup</title>
    366 <para><command>nmblookup</command> is used to query
    367 Net<acronym>BIOS</acronym> names and map them to <acronym>IP</acronym>
    368 addresses.</para></sect3>
    369 <sect3><title>ntlm_auth</title>
    370 <para><command>ntlm_auth</command> is a tool to allow external access to
    371 Winbind's <acronym>NTLM</acronym> authentication function.</para></sect3>
    372 <sect3><title>pdbedit</title>
    373 <para><command>pdbedit</command> is a tool used to manage the
    374 <acronym>SAM</acronym> database.</para></sect3>
    375 <sect3><title>profiles</title>
    376 <para><command>profiles</command> is a utility that reports and changes
    377 <acronym>SID</acronym>s in Windows registry files. It currently only supports
    378 NT.</para></sect3>
    379 <sect3><title>rpcclient</title>
    380 <para><command>rpcclient</command> is used to execute
    381 MS-<acronym>RPC</acronym> client side functions.</para></sect3>
    382 <sect3><title>smbcacls</title>
    383 <para><command>smbcacls</command> is used to manipulate NT access control
    384 lists.</para></sect3>
    385 <sect3><title>smbclient</title>
    386 <para><command>smbclient</command> is a <acronym>SMB</acronym>/<acronym>CIFS
    387 </acronym> access utility, similar to <acronym>FTP</acronym>.</para></sect3>
    388 <sect3><title>smbcontrol</title>
    389 <para><command>smbcontrol</command> is used to control running
    390 <command>smbd</command>, <command>nmbd</command> and
    391 <command>winbindd</command> daemons.</para></sect3>
    392 <sect3><title>smbcquotas</title>
    393 <para><command>smbcquotas</command> is used to manipulate NT quotas on
    394 <acronym>SMB</acronym> file shares.</para></sect3>
    395 <sect3><title>smbd</title>
    396 <para><command>smbd</command> is the main
    397 <application>Samba</application> daemon.</para></sect3>
    398 <sect3><title>smbmnt</title>
    399 <para><command>smbmnt</command> is a helper application used by the
    400 <command>smbmount</command> program to do the actual mounting of
    401 <acronym>SMB</acronym> shares. It can be installed setuid root if you want
    402 normal users to be able to mount their <acronym>SMB</acronym>
    403 shares.</para></sect3>
    404 <sect3><title>smbmount</title>
    405 <para><command>smbmount</command>, usually invoked as
    406 <command>mount.smbfs</command> by the <command>mount</command> command when
    407 using the <quote>-t smbfs</quote> option, mounts a Linux <acronym>SMB</acronym>
    408 filesystem.</para></sect3>
    409 <sect3><title>smbpasswd</title>
    410 <para><command>smbpasswd</command> changes a user's
    411 <application>Samba</application> password.</para></sect3>
    412 <sect3><title>smbspool</title>
    413 <para><command>smbspool</command> sends a print job to an
    414 <acronym>SMB</acronym> printer.</para></sect3>
    415 <sect3><title>smbstatus</title>
    416 <para><command>smbstatus</command> reports current
    417 <application>Samba</application> connections.</para></sect3>
    418 <sect3><title>smbtar</title>
    419 <para><command>smbtar</command> is a shell script used for backing up
    420 <acronym>SMB</acronym>/<acronym>CIFS</acronym> shares directly to Linux tape
    421 drives or a file.</para></sect3>
    422 <sect3><title>smbtree</title>
    423 <para><command>smbtree</command> is a text-based <acronym>SMB</acronym>
    424 network browser.</para></sect3>
    425 <sect3><title>smbumount</title>
    426 <para><command>smbumount</command> is used by normal users to unmount
    427 <acronym>SMB</acronym> filesystems, provided that it is setuid
    428 root.</para></sect3>
    429 <sect3><title>swat</title>
    430 <para><command>swat</command> is the
    431 <application>Samba</application> Web Administration Tool.</para></sect3>
    432 <sect3><title>tdbbackup</title>
    433 <para><command>tdbbackup</command> is a tool for backing up or validating the
    434 integrity of <application>Samba</application> <filename>.tdb</filename>
    435 files.</para></sect3>
    436 <sect3><title>tdbdump</title>
    437 <para><command>tdbdump</command> is a tool used to print the contents of a
    438 <application>Samba</application> <filename>.tdb</filename> file.</para></sect3>
    439 <sect3><title>tdbtool</title>
    440 <para><command>tdbtool</command> is a tool which allows simple database
    441 manipulation on the commandline.</para></sect3>
    442 <sect3><title>testparm</title>
    443 <para><command>testparm</command> checks an <filename>smb.conf</filename> file
    444 for proper syntax.</para></sect3>
    445 <sect3><title>testprns</title>
    446 <para><command>testprns</command> tests printer names.</para></sect3>
    447 <sect3><title>wbinfo</title>
    448 <para><command>wbinfo</command> queries a running <command>winbindd</command>
    449 daemon.</para></sect3>
    450 <sect3><title>winbindd</title>
    451 <para><command>winbindd</command> resolves names from NT servers.</para></sect3>
    452 
    453 </sect2>
    454 
    455647</sect1>
    456648
Note: See TracChangeset for help on using the changeset viewer.