summaryrefslogtreecommitdiff
path: root/packaging/Fedora/swat
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-20 01:09:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:11 -0500
commita9016186adeb3fbd702726212ca5ddf0f200f8eb (patch)
tree6958a34ec49bc1fe792b6c689f09dc52dc760550 /packaging/Fedora/swat
parentdac44fded7757df73c1f09956b9553037b822391 (diff)
downloadsamba-a9016186adeb3fbd702726212ca5ddf0f200f8eb.tar.gz
samba-a9016186adeb3fbd702726212ca5ddf0f200f8eb.tar.bz2
samba-a9016186adeb3fbd702726212ca5ddf0f200f8eb.zip
r13047: specfile updates from John T.
(This used to be commit bec01ad3d689766df499ee489d4f4c2f8ba57fdd)
Diffstat (limited to 'packaging/Fedora/swat')
-rw-r--r--packaging/Fedora/swat15
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/Fedora/swat b/packaging/Fedora/swat
new file mode 100644
index 0000000000..8b62348dde
--- /dev/null
+++ b/packaging/Fedora/swat
@@ -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 = 127.0.0.1
+ user = root
+ server = /usr/sbin/swat
+ log_on_failure += USERID
+ disable = yes
+}