9bc910
# default: off
9bc910
# description: SWAT is the Samba Web Admin Tool. Use swat \
9bc910
#	       to configure your Samba server. To use SWAT, \
9bc910
#	       connect to port 901 with your favorite web browser.
9bc910
service swat
9bc910
{
9bc910
	port		= 901
9bc910
	socket_type	= stream
9bc910
	wait 		= no
9bc910
	only_from 	= 127.0.0.1
9bc910
	user		= root
9bc910
	server		= /usr/sbin/swat
9bc910
	log_on_failure	+= USERID
9bc910
	disable		= yes
9bc910
}