Hello, 

This is my first post on this forum and I need your help. I`ve searched 
previous topics and I didn`t find solutions for my problem.

I`ve got a problem with configure data encryption via PKI. I attached current 
client configuration.
I try to start with console and I receive:

ERROR TERMINATION at /home/kern/bacula/k/bacula/src/lib/parse_conf.c:971
Config error: Keyword "PKISignatures" not permitted in thi resource.
Perhaps you left the trailing brace off of the previous resource.


Does Bacula support data encryption via PKI on Windows? I also installed 
OpenSSL on windows with MS Visual C++ 2008 Redistribute Package.

I`ve configured clients on linux with data encryption and I haven`t got any 
problem on linux.


FileDaemon {                  
          # this is me
  Name = asmobile-fd
  FDport = 9102                # 
where we listen for the director
  WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  Pid Directory = "C:\\Program Files\\Bacula\\working"
# Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
  Maximum Concurrent Jobs = 10
}

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = mariusz-dir
  Password = "***"

   PKI Signatures = Yes            # 
Enable Data Signing
   PKI Encryption = Yes            # 
Enable Data Encryption
    PKI Keypair = "C:\\Program 
Files\\Bacula\\fd-example.pem"    # Public and Private Keys
    PKI Master Key = "C:\\Program 
Files\\Bacula\\master.cert"    # ONLY the Public Key
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
#Director {
#  Name = @monitor_name@
#  Password = "@monitor_password@"
#  Monitor = yes
#}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = mariusz-dir = all, !skipped, !restored
}


+----------------------------------------------------------------------
|This was sent by mariusz....@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to