Samba, SWAT (Samba Web Interface)
From FreeBSDwiki
(Difference between revisions)
m (SWAT - Samba Web Interface moved to Samba, SWAT (Samba Web Interface): style consistency) |
|||
Line 14: | Line 14: | ||
SWAT has been known to have security flaws, use at own risk. | SWAT has been known to have security flaws, use at own risk. | ||
− | [[Category:Common Tasks]] [[Category:Configuring FreeBSD]] | + | [[Category:Common Tasks]] [[Category:Configuring FreeBSD]] [[Category:FreeBSD for Servers]] |
Revision as of 12:38, 19 November 2008
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.