summaryrefslogtreecommitdiff
path: root/packaging/RedHat/samba.xinetd
diff options
context:
space:
mode:
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 00000000000..8c38b354218
--- /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
+}