summaryrefslogtreecommitdiff
path: root/packaging/Mandrake/samba.xinetd
blob: 59910336bbac72d03d1e88c49f0ddb40b80a5666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: on
# description: SWAT is the Samba Web Admin Tool. Use swat \
#	       to configure your Samba server. To use SWAT, \
#	       connect to port 901 with your favorite web browser.
service swat
{
	port	= 901
	socket_type	= stream
	wait 	= no
	only_from = 127.0.0.1
	user	= root
	server	= /usr/sbin/swat
	log_on_failure	+= USERID
	disable = no
}