1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/packaging/Mandrake/samba.xinetd
Gerald Carter 25ea54ef9c added Mandrake support from 2.2
(This used to be commit 9f8cb4906f)
2001-04-24 05:08:50 +00:00

16 lines
355 B
Plaintext

# 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 = localhost
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = no
}