Ignore:
Timestamp:
04/05/2003 04:32:17 PM (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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e2ef6e
Parents:
79df626
Message:

updated to samba-2.2.8

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

File:
1 edited

Legend:

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

    r79df626 r677a0f7  
    1212
    1313<sect3><title>Config files</title>
    14 <para><userinput>/etc/samba/smb.conf, /etc/rc.d/init.d/samba </userinput></para>
     14<para><userinput>/etc/samba/smb.conf</userinput>, <userinput>/etc/rc.d/init.d/samba </userinput></para>
    1515
    1616<para>First we set up some directories needed by Samba:</para>
     
    2222
    2323<para>And the Samba configuration file: </para>
    24 <para><screen><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"
     24<para><screen><userinput>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF"</userinput>
    2525[global]
    2626    netbios name = SAMBABOX
     
    5959        read only = no
    6060        public = no
    61 EOF </userinput></screen></para>
     61<userinput>EOF </userinput></screen></para>
    6262
    6363<para>Now add the machine trust account for WIN2KBOX:</para>
     
    6868
    6969<para>Create the Samba boot script:</para>
    70 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"
     70<para><screen><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF"</userinput>
    7171#!/bin/bash
    7272# Begin $rc_base/init.d/samba
     
    109109esac
    110110# End $rc_base/init.d/samba
    111 EOF</userinput></screen></para>
     111<userinput>EOF</userinput></screen></para>
    112112<para>Add the run level symlinks:</para>
    113113<para><screen><userinput>chmod 754 /etc/rc.d/init.d/samba &amp;&amp;
     
    130130first machine we'll join to DOMAIN01 will be WIN2KBOX, the Windows
    1311312000 Server box we created the machine trust account for.  On
    132 WIN2KBOX:</para><para><screen><userinput>
    133 
    134 1.  Right click on My Computer.
     132WIN2KBOX:</para><para><screen><userinput>1.  Right click on My Computer.
    1351332.  Click on Properties.
    1361343.  Click on the Network Identification notebook tab.
     
    1451439.  Click OK in the reboot reminder dialog box.
    14614410. Click OK to close the System Properties window.
    147 11. Click Yes to reboot WIN2KBOX.  </userinput></screen></para></sect3>
     14511. Click Yes to reboot WIN2KBOX.</userinput></screen></para></sect3>
    148146
    149147<sect3><title>Add a new user to the DOMAIN01 domain.</title>
     
    173171<para>If xinetd is used, the following command will add the swat entry
    174172to <filename>/etc/xinetd.conf</filename>: </para>
    175 <para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
     173<para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</userinput>
    176174service swat
    177175{
     
    184182    log_on_failure  += USERID
    185183}
    186 EOF</userinput></screen></para>
     184<userinput>EOF</userinput></screen></para>
    187185
    188186<para>The Samba Web Administration Tool, swat, can be launched with the
Note: See TracChangeset for help on using the changeset viewer.