summarylogtreecommitdiffstats
path: root/xinetd.amanda.tcp
diff options
context:
space:
mode:
Diffstat (limited to 'xinetd.amanda.tcp')
-rw-r--r--xinetd.amanda.tcp18
1 files changed, 18 insertions, 0 deletions
diff --git a/xinetd.amanda.tcp b/xinetd.amanda.tcp
new file mode 100644
index 000000000000..7cb7eaeb5dae
--- /dev/null
+++ b/xinetd.amanda.tcp
@@ -0,0 +1,18 @@
+# http://wiki.zmanda.com/index.php/How_To:Configure_bsdtcp_authentication
+
+# After editing:
+# systemctl restart xinetd
+
+service amanda
+{
+ #only_from = amandaserver.example.com amandaclient1.example.com amandaclient2.example.com
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = amanda
+ group = storage
+ groups = yes
+ server = /usr/libexec/amanda/amandad
+ server_args = -auth=bsdtcp amdump amindexd amidxtaped
+ disable = no
+}