Samba, SWAT (Samba Web Interface)
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 201.89.185.240 (Talk) to last revision by Jimbo) |
|||
Line 15: | Line 15: | ||
[[Category:Common Tasks]] [[Category:Configuring FreeBSD]] [[Category:FreeBSD for Servers]] | [[Category:Common Tasks]] [[Category:Configuring FreeBSD]] [[Category:FreeBSD for Servers]] | ||
− |
Latest revision as of 07:59, 7 November 2011
[edit] Web Interface (SWAT)
If you would like to use a Web interface to make this configuration much easier then you need to configure SWAT
uncomment the following line in your /etc/inetd.conf
swat stream tcp nowait/400 root /usr/local/sbin/swat swat
Restart inetd
# killall -HUP inetd
Now you should be able to go to the address
http://localhost:901
NOTE SWAT has been known to have security flaws, use at own risk.