Jens Braeuer wrote:
> Hello Danny and Users,
>
> after rechecking my config serveral times i've managed to find the error.
> There were several typos in there.
> "TLS Required" needs to be "TLS Require" without d
> "TLS CA Certificate" needs to be "TLS CA Certificate File" (or Dir)
>
> This is my working configuration file now (located on the windows 
> client):
>
> #
> # Default  Bacula File Daemon Configuration file
> #
> #  For Bacula release 2.2.7 (12/24/07) -- Windows MVS
> #
> # There is not much to change here except perhaps the
> # File daemon Name
> #
>
> #
> # "Global" File daemon configuration specifications
> #
> FileDaemon {                            # this is me
>  Name = starship-fd
>  FDport = 9102                # where we listen for the director
>  WorkingDirectory = "C:\\Dokumente und Einstellungen\\All 
> Users\\Anwendungsdaten\\Bacula\\Work"
>  Pid Directory = "C:\\Dokumente und Einstellungen\\All 
> Users\\Anwendungsdaten\\Bacula\\Work"
>  Maximum Concurrent Jobs = 2
>  TLS Enable = yes
>  TLS Require = yes
>  TLS Certificate = C:/Programme/Bacula/starshipcert.pem
>  TLS Key = C:/Programme/Bacula/starshipkey.pem
>  TLS CA Certificate File = C:/Programme/Bacula/cacert.pem
> }
>
> #
> # List Directors who are permitted to contact this File daemon
> #
> Director {
>  Name = cn1-dir
>  Password = "********"
>  TLS Enable = yes
>  TLS Require = yes
>  TLS Verify Peer = yes
>  TLS Allowed CN = "cn1"
>  TLS Certificate = C:/Programme/Bacula/starshipcert.pem
>  TLS Key = C:/Programme/Bacula/starshipkey.pem
>  TLS CA Certificate File = C:/Programme/Bacula/cacert.pem
> }
Thanks Jens, much appreciated!

Danny


This message has been scanned for viruses

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to