]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/crypto-bacula-fd.conf.in
Port missing RestoreObject Plugin Config code from BEE.
[bacula/bacula] / regress / scripts / crypto-bacula-fd.conf.in
index ec4152d2b8411dac78d99252f06d296110857eb2..607c65d8f06a3fd82837ebcc71e1844dce79b91e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Default  Bacula File Daemon Configuration file
 #
-#  For Bacula release 1.33
+#  For Bacula release 2.0
 #
 # There is not much to change here except perhaps the
 # File daemon Name to
@@ -20,17 +20,18 @@ Director {
 #
 FileDaemon {                          # this is me
   Name = @hostname@-fd
-  FDport = 8102                  # where we listen for the director
+  FDPort = @fdport@                  # where we listen for the director
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   SubSys Directory = "@subsysdir@"
   PKI Signatures = Yes
   PKI Encryption = Yes
   PKI Keypair = "@scriptdir@/cryptokeypair.pem"
+  PKI Master Key = "@scriptdir@/master2048.cert"
 }
 
 # Send all messages except skipped files back to Director
 Messages {
   Name = Standard
-  director = @hostname@-dir = all, !terminate
+  director = @hostname@-dir = all, !terminate, !restored
 }