pavement

Samba, SWAT (Samba Web Interface)

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
  
 
[[Category:Common Tasks]] [[Category:Configuring FreeBSD]] [[Category:FreeBSD for Servers]]
 
[[Category:Common Tasks]] [[Category:Configuring FreeBSD]] [[Category:FreeBSD for Servers]]
 +
a

Revision as of 18:55, 5 November 2011

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. a

Personal tools