1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
John Terpstra b6e8169ac9 Applying Buchan Milne's patches.
(This used to be commit 43f270b4909b363db50239e61184e057c96106b9)
2002-10-31 04:33:17 +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 = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = no
}