summaryrefslogtreecommitdiff
blob: 55c7cffe8b0ebc885a54dce3afbc1fb6c5439c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# default: off
# 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.
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.6/swat.xinetd,v 1.1 2011/06/30 15:50:28 dagger Exp $

service swat
{
	port            = 901
	socket_type     = stream
	wait            = no
	only_from       = localhost
	user            = root
	server          = /usr/sbin/swat
	log_on_failure += USERID
	disable         = yes
}