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

19 lines
898 B
XML
Raw Normal View History

<sect2>
<title>Installation command explanations</title>
<para><screen><userinput>mkdir /var/www
mkdir /var/www/swat :</userinput></screen>
Directories needed for Samba Web Administration tool.</para>
<para><userinput>--sysconfigdir=/etc/samba :</userinput> Samba configuration file directory.</para>
<para><userinput>--with-privatedir=/etc/samba/private :</userinput> Location of Samba <filename>smbpasswd</filename> and <filename>secrets.tdb</filename> file.</para>
<para><userinput>--with-swatdir=/var/www/swat :</userinput> Location of Samba Web Administration Tool files.</para>
<para><userinput>echo "swat 901/tcp" &gt;&gt; /etc/services :</userinput> 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> Instruct inetd where to find and how to run swat.</para>
</sect2>