glfs/server/other/samba/samba-exp.xml

25 lines
969 B
XML
Raw Normal View History

<sect2>
<title>Installation command explanations</title>
<para><userinput> mkdir /var/www, mkdir /var/www/swat :
</userinput></para>
<para>Directories needed for Samba Web Administration tool.</para>
<para><userinput>--sysconfigdir=/etc/samba : </userinput></para>
<para>Samba configuration file directory.</para>
<para><userinput>--with-privatedir=/etc/samba/private : </userinput></para>
<para>Location of Samba <filename>smbpasswd</filename> and
<filename>secrets.tdb</filename> file.</para>
<para><userinput>--with-swatdir=/var/www/swat :</userinput></para>
<para>Location of Samba Web Administration Tool files.</para>
<para><userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :
</userinput></para>
<para>Register the swat service to run on port 901.</para>
<para><userinput>echo "swat stream tcp nowait.400 root /usr/sbin/swat
swat" &gt;&gt; /etc/inetd.conf : </userinput></para>
<para>Instruct inetd where to find and how to run swat.</para>
</sect2>