Changeset 2ce613f for server/other


Ignore:
Timestamp:
05/17/2004 08:59:51 AM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23664262
Parents:
3984104
Message:

more samba cleanup from DJ

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

Location:
server/other/samba3
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba3/samba3-config.xml

    r3984104 r2ce613f  
    11<sect2>
    22<title>Configuring <application>Samba</application></title>
    3 <para>Because of the infinate number of possible uses for
    4 <application>Samba</application>, configuration is well beyond the scope
    5 of the BLFS book.  In fact, many complete books have been written on
    6 this topic alone.  The included documentation, a popular book published by
    7 O'Reilly, can be viewed by pointing your web browser to:</para>
    8 <screen><userinput><filename>file:///usr/share/samba/swat/using_samba/toc.html</filename></userinput></screen>
    93
    10 <!--
    11 <para>There are also several other resources availible on the web.
    12 Below are a few links that show in detail some very good sample
    13 configurations.</para>
     4<para>Because of the various uses for <application>Samba</application>,
     5complete configuration is well beyond the scope of the BLFS book. 
     6In fact, many complete books have been written on this topic alone. 
     7The included documentation, a popular book published by O'Reilly,
     8can be viewed by pointing your web browser to
     9<ulink url="file:///usr/share/samba/swat/using_samba/toc.html" />.
     10</para>
    1411
    15   * This is for later....as soon as I find the example configs I had the
    16   * other day....
     12<para>The built in <acronym>SWAT</acronym> (Samba Web Administration Tool)
     13utility can be used for basic configuration, however, before
     14using <acronym>SWAT</acronym> you must add an entry to
     15<filename>/etc/services</filename> and make changes to your
     16<command>inetd</command>/<command>xinetd</command>
     17configuration.</para>
    1718
    18 <para>Insert the links here along with descriptions of the
    19 sample configs. (use itemized list)</para>
    20 -->
    21 
    22 <!--
    23 <para>Finally, the buit in SWAT (Samba Web Administation Tool) utility
    24 -->
    25 <para>The built in SWAT (Samba Web Administration Tool) utility
    26 can be used for the very basic of configurations.  However, before
    27 using SWAT, you must do a little configuration.</para> 
    28 
    29 <para>Add the swat entry to <filename>/etc/services</filename>with the
     19<para>Add the swat entry to <filename>/etc/services</filename> with the
    3020following command: </para>
    3121
     
    3424<para>If <command>inetd</command> is used, the following command will add the
    3525swat entry to <filename>/etc/inetd.conf</filename>: </para>
     26
    3627<screen><userinput><command>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" \
    3728    &gt;&gt; /etc/inetd.conf</command></userinput></screen>
    3829
    39 <para>If xinetd is used, the following command will add the swat entry
    40 to <filename>/etc/xinetd.conf</filename>: </para>
     30<para>If <command>xinetd</command> is used, the following command will
     31add the swat entry to <filename>/etc/xinetd.conf</filename>: </para>
     32
    4133<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    4234service swat
     
    5345
    5446<para><acronym>SWAT</acronym> can be launched by pointing your web
    55 browser to:</para>
    56 <screen><userinput><ulink url="http://localhost:901"/></userinput></screen>
     47browser to <ulink url="http://localhost:901"/>.</para>
    5748
    5849<para>For your convenience, boot scripts have been provided for
     
    6758<para>Install the <filename>samba</filename> script with the following
    6859command:</para>
     60
    6961<screen><userinput><command>make install-samba</command></userinput></screen>
    7062
    7163<para>If you also need the <filename>winbind</filename> script:</para>
     64
    7265<screen><userinput><command>make install-winbind</command></userinput></screen>
     66
    7367</sect2>
    7468
  • server/other/samba3/samba3-desc.xml

    r3984104 r2ce613f  
    66<command>make_unicodemap</command>,
    77<command>mount.smbfs</command>,
    8 <command>net</command>
     8<command>net</command>,
    99<command>nmbd</command>,
    1010<command>nmblookup</command>,
     
    5454</acronym> access utility, similar to <acronym>FTP</acronym>.</para></sect3>
    5555<sect3><title>smbcontrol</title>
    56 <para><command>smbcontrol</command> is used to control running <command>smbd
    57 </command>, <command>nmbd</command> and <command>winbindd</command>
     56<para><command>smbcontrol</command> is used to control running <command>smbd</command>,
     57<command>nmbd</command> and <command>winbindd</command>
    5858daemons.</para></sect3>
    5959<sect3><title>smbd</title>
     
    8383<para><command>winbindd</command> resolves names from NT servers.</para></sect3>
    8484</sect2>
    85 
  • server/other/samba3/samba3-exp.xml

    r3984104 r2ce613f  
    2121<para><option>--with-smbmount</option>: Orders the creation of an extra
    2222binary for use by the <command>mount</command> command so that mounting remote
    23 <acronym>SMB</acronym> (windows) shares becomes no more complex than mounting
     23<acronym>SMB</acronym> (Windows) shares becomes no more complex than mounting
    2424remote <acronym>NFS</acronym> shares.</para>
    2525
     
    2727The nss libs are not installed by default.  If you intend to use
    2828winbindd for domain auth, and/or <acronym>WINS</acronym> name resolution,
    29 you need these libraries</para>
     29you need these libraries.</para>
    3030
    3131<para><command>ln -sf libnss_winbind.so /lib/libnss_winbind.so.2</command>
     
    3333These symlinks are required by glibc to use the nss libs.</para>
    3434
     35<para><command>cp ../examples/smb.conf.default /etc/samba</command>:
     36This copies a default <filename>smb.conf </filename>into
     37<filename>/etc/samba</filename>.  This sample configuration will not
     38work unless edited for your site, and renamed
     39<filename>smb.conf</filename>.</para>
     40
    3541</sect2>
  • server/other/samba3/samba3-inst.xml

    r3984104 r2ce613f  
    1818install -m755 nsswitch/libnss_win{s,bind}.so /lib &amp;&amp;
    1919ln -sf libnss_winbind.so /lib/libnss_winbind.so.2 &amp;&amp;
    20 ln -sf libnss_wins.so /lib/libnss_wins.so.2</command></userinput></screen>
     20ln -sf libnss_wins.so /lib/libnss_wins.so.2 &amp;&amp;
     21cp ../examples/smb.conf.default /etc/samba</command></userinput></screen>
    2122
    22 <para>Note: You may want to run configure with the
     23<note><para>You may want to run <command>configure</command> with the
    2324<parameter>--help</parameter> parameter.  There may be other parameters
    24  needed to take advantage of the optional dependencies.</para>
     25needed to take advantage of the optional dependencies.</para></note>
     26
    2527</sect2>
  • server/other/samba3/samba3-intro.xml

    r3984104 r2ce613f  
    1616
    1717<sect3>
    18 <title><application>Samba</application> Dependencies</title>
     18<title><application>Samba</application> dependencies</title>
    1919<sect4>
    2020<title>Optional</title>
    21 <para><xref linkend="Linux_PAM"/>,
    22 <xref linkend="xinetd"/>,
     21<para>
     22<xref linkend="Linux_PAM"/>,
    2323<xref linkend="readline"/>,
    2424<xref linkend="openldap"/>,
    2525<xref linkend="cups"/>,
    26 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>.</para>
     26<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
     27</para>
    2728</sect4>
    2829</sect3>
Note: See TracChangeset for help on using the changeset viewer.