summarylogtreecommitdiffstats
path: root/xinetd.amanda.udp
blob: cf9ffe839cc2a4279f1b1621ac6375a267d04807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# https://wiki.zmanda.com/index.php/How_To:Configure_Backward-compatible_Authentication_Methods

# After editing:
#   systemctl restart xinetd

service amanda
{
  #only_from       = amandaserver.example.com amandaclient1.example.com amandaclient2.example.com
  socket_type     = dgram
  protocol        = udp
  wait            = yes
  user            = amanda
  group           = storage
  groups          = yes
  server          = /usr/libexec/amanda/amandad
  server_args     = -auth=bsdudp amdump amindexd amidxtaped
  disable         = no
}