source: server/other/samba/samba-config-exp.xml@ 3428fc3

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
Last change on this file since 3428fc3 was 0482b012, checked in by Larry Lawrence <larry@…>, 21 years ago

exp files tag cleaned

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

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<sect2>
2<title>Configuration command explanations</title>
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
9<filename>samba&samba-version;/examples/smb.conf.default</filename>
10file. Primary Domain Controller configuration is slightly more
11complicated than ordinary member server configuration, so instructions
12for <acronym>PDC</acronym> configuration will be given here.</para>
13
14
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>
19
20<para><screen><command>/usr/sbin/useradd -g 100 -d /dev/null -c \
21 "Win2k Server" -s /bin/false win2kbox$</command></screen>
22This command creates a machine trust account, necessary only for
23Windows 2000/NT servers to authenticate to our new <acronym>PDC</acronym>.
24Machine trust accounts are not necessary for Win95/98 clients.</para>
25
26<para><command>echo "swat 901/tcp" &gt;&gt; /etc/services</command>: Register
27the swat service to run on port 901.</para>
28
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
31run swat.</para>
32
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>
37</sect2>
38
Note: See TracBrowser for help on using the repository browser.