Bacula-users

Re: [Bacula-users] baculum-7.0.2 /wizard not found.

2014-04-10 11:04:54
Subject: Re: [Bacula-users] baculum-7.0.2 /wizard not found.
From: John Drescher <drescherjm AT gmail DOT com>
To: Marcin Haba <ganiuszka AT gmail DOT com>, Bacula Users <Bacula-users AT lists.sourceforge DOT net>
Date: Thu, 10 Apr 2014 11:02:20 -0400
> In your configuration there is lack of one important point. It is 
> authorization.
>
> Please run:
>
> # htpasswd -c /etc/apache2/passwords someuser
>
> and next define the user file in your Apache configuration:
>
> <Directory /var/www/localhost/htdocs/baculum>
>     AllowOverride All
>     AuthType Basic
>     AuthName MyPrivateFile
>     AuthUserFile /etc/apache2/passwords
>     Require valid-user
> </Directory>
>
> Then it should work :-)
>
> Best regards.
> Marcin

I normally use  ldap for authentication but for this case I disabled
authentication to test. I will see if this helps.

John

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users