summaryrefslogtreecommitdiff
path: root/packaging/RedHat/samba.xinetd
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-06-01 11:56:08 +0000
committerGerald Carter <jerry@samba.org>2001-06-01 11:56:08 +0000
commit62ce28e8d5f414d1728ec9e592f13dbccec10bad (patch)
treec11b0a48932e64be529c1574abe42557c24ee4b7 /packaging/RedHat/samba.xinetd
parentf991e9b9d16c236c93894aecc34bbd471fb03757 (diff)
downloadsamba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.tar.gz
samba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.tar.bz2
samba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.zip
sync with SAMBA_2_2
(This used to be commit 81b3af71d5c9ccd20d7e7303becc35bff30c39b4)
Diffstat (limited to 'packaging/RedHat/samba.xinetd')
-rw-r--r--packaging/RedHat/samba.xinetd15
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/RedHat/samba.xinetd b/packaging/RedHat/samba.xinetd
new file mode 100644
index 0000000000..8c38b35421
--- /dev/null
+++ b/packaging/RedHat/samba.xinetd
@@ -0,0 +1,15 @@
+# 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.
+service swat
+{
+ port = 901
+ socket_type = stream
+ wait = no
+ only_from = localhost
+ user = root
+ server = /usr/sbin/swat
+ log_on_failure += USERID
+ disable = yes
+}