1Client {
2  Name = bareos-fd
3  Description = "Client resource of the Director itself."
4  Address = localhost
5  Password = "fd_password"          # password for FileDaemon
6  FD PORT = 42002
7}
8
9Client {
10  Name = bareos-fd-duplicate-interface
11  Description = "Client resource with identical network interface for setdebug testing"
12  Address = localhost
13  Password = "fd_password"          # password for FileDaemon
14  FD PORT = 42002
15}
16
17Client {
18  Name = bareos-fd2
19  Description = "Client for setdebug testing."
20  Address = 192.168.101.1
21  Password = "fd_password"          # password for FileDaemon
22  FD PORT = 42002
23}
24
25Client {
26  Name = bareos-fd3
27  Description = "Client for setdebug testing."
28  Address = 192.168.101.1
29  Password = "fd_password"          # password for FileDaemon
30  FD PORT = 42003
31}
32