blob: 7cb7eaeb5dae19b0ce61a2eebd7a8e390c7b6c53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}
|