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

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 9905a3c was 9905a3c, checked in by Bruce Dubbs <bdubbs@…>, 21 years ago

Added openldap and fixed numereous typos

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@638 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>cat &gt; /etc/samba/smb.conf &lt;&lt; "EOF" :</userinput>
4Create a default Samba configuration file. This configuration will
5allow Samba to act as a Primary Domain Controller for a Microsoft
6Windows based network. If this is not desired, a simpler default
7smb.conf file is bundled with the Samba distribution. See the
8<filename>samba&samba-version;/examples/smb.conf.default</filename>
9file. Primary Domain Controller configuration is slightly more
10complicated than ordinary member server configuration, so instructions
11for PDC configuration will be given here.</para>
12
13
14<para><userinput>cat &gt; /etc/rc.d/init.d/samba &lt;&lt; "EOF" :</userinput>
15Create the Samba boot script, used to start and stop Samba
16automatically on machine startup and shutdown.</para>
17
18<para><screen><userinput>/usr/sbin/useradd -g 100 -d /dev/null -c \
19 "Win2k Server" -s /bin/false win2kbox$ :</userinput></screen>
20This command creates a machine trust account, necessary only for
21Windows 2000/NT servers to authenticate to our new PDC. Machine trust
22accounts are not necessary for Win95/98 clients.</para>
23
24<para>
25<userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput>
26Register the swat service to run on port 901.</para>
27
28<para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" &gt;&gt;
29/etc/inetd.conf :</userinput> Instruct inetd where to find and how to
30run swat.</para>
31
32<para>
33<userinput>ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba, etc. :</userinput>
34Create the Samba boot scripts, used to start and stop Samba
35automatically on machine startup and shutdown.</para>
36</sect2>
37
Note: See TracBrowser for help on using the repository browser.