Ignore:
Timestamp:
09/24/2003 01:20:44 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cce6b02e
Parents:
19234f1
Message:

update samba intro

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/samba/samba-config-exp.xml

    r19234f1 r40330fcd  
    11<sect2>
    22<title>Configuration command explanations</title>
    3 <para><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"</userinput>
    4 : Create a default Samba configuration file.  This configuration will
    5 allow Samba to act as a Primary Domain Controller for a Microsoft
    6 Windows based network.  If this is not desired, a simpler default
    7 smb.conf file is bundled with the Samba distribution.  See the
     3<para><command>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"</command>
     4: Create a default <application>Samba</application> configuration file.  This
     5configuration will allow <application>Samba</application> to act as a Primary
     6Domain Controller for a Microsoft Windows based network.  If this is not
     7desired, a simpler default <filename>smb.conf</filename> file is bundled with
     8the Samba distribution.  See the
    89<filename>samba&samba-version;/examples/smb.conf.default</filename>
    910file.  Primary Domain Controller configuration is slightly more
    1011complicated than ordinary member server configuration, so instructions
    11 for PDC configuration will be given here.</para>
     12for <acronym>PDC</acronym> configuration will be given here.</para>
    1213
    1314
    14 <para><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt;
    15 "EOF"</userinput> : Create the Samba boot script, used to start and stop Samba
    16 automatically on machine startup and shutdown.</para>
     15<para><command>cat &gt; /etc/rc.d/init.d/samba &lt;&lt;
     16"EOF"</command> : Create the <application>Samba</application> boot script,
     17used to start and stop <application>Samba</application> automatically on
     18machine startup and shutdown.</para>
    1719
    18 <para><screen><userinput>/usr/sbin/useradd -g 100 -d /dev/null -c \
    19     "Win2k Server" -s /bin/false win2kbox$</userinput></screen>
     20<para><screen><command>/usr/sbin/useradd -g 100 -d /dev/null -c \
     21    "Win2k Server" -s /bin/false win2kbox$</command></screen>
    2022This command creates a machine trust account, necessary only for
    21 Windows 2000/NT servers to authenticate to our new PDC.  Machine trust
    22 accounts are not necessary for Win95/98 clients.</para>
     23Windows 2000/NT servers to authenticate to our new <acronym>PDC</acronym>. 
     24Machine trust accounts are not necessary for Win95/98 clients.</para>
    2325
    24 <para>
    25 <userinput>echo "swat 901/tcp" &gt;&gt; /etc/services</userinput> : Register the swat service to run on port 901.</para>
     26<para><command>echo "swat 901/tcp" &gt;&gt; /etc/services</command> : Register
     27the swat service to run on port 901.</para>
    2628
    27 <para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
    28 /etc/inetd.conf</userinput> : Instruct inetd where to find and how to
     29<para><command>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat"
     30&gt;&gt; /etc/inetd.conf</command> : Instruct <command>inetd</command> where to find and how to
    2931run swat.</para>
    3032
    31 <para>
    32 <userinput>ln -s  /etc/rc.d/init.d/samba
    33 /etc/rc.d/rc3.d/S600samba</userinput> etc. : Create the Samba boot scripts, used to start and stop Samba
    34 automatically on machine startup and shutdown.</para>
     33<para><command>ln -s  /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba
     34</command> etc. : Create the <application>Samba</application> boot scripts,
     35used to start and stop <application>Samba</application> automatically on
     36machine startup and shutdown.</para>
    3537</sect2>
    3638
Note: See TracChangeset for help on using the changeset viewer.