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

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
Last change on this file since e01c31ad was b44b8b1, checked in by Billy O 'Connor <billyoc@…>, 21 years ago

xml cleanups, << changed to &lt;&lt, etc.

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<sect2>
2<title>Configuration command explanations</title>
3<para><userinput>
4cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF" :</userinput>
5Create a default Samba configuration file. This configuration will
6allow Samba to act as a Primary Domain Controller for a Microsoft
7Windows based network. If this is not desired, a simpler default
8smb.conf file is bundled with the 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 PDC configuration will be given here.</para>
13
14
15<para><userinput>
16cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF" :</userinput>
17Create the Samba boot script, used to start and stop Samba
18automatically on machine startup and shutdown.</para>
19
20<para><screen><userinput>
21/usr/sbin/useradd -g 100 -d /dev/null -c \
22 "Win2k Server" -s /bin/false win2kbox$ :
23</userinput></screen>
24This command creates a machine trust account, necessary only for
25Windows 2000/NT servers to authenticate to our new PDC. Machine trust
26accounts are not necessary for Win95/98 clients.</para>
27
28<para>
29<userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput>
30Register the swat service to run on port 901.</para>
31
32<para><userinput>
33echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
34/etc/inetd.conf :</userinput> Instruct inetd where to find and how to
35run swat.</para>
36
37<para>
38<userinput>
39ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>
40Create the Samba boot scripts, used to start and stop Samba
41automatically on machine startup and shutdown.</para>
42</sect2>
43
Note: See TracBrowser for help on using the repository browser.