2014-04-10 17:02 GMT+02:00 John Drescher <dresche...@gmail.com>:
>> 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.

Hello John,

It will work if your Apache will use LDAP backend by HTTP Basic
authentication. I mean that defined above.

Good luck.

Best regards.
Marcin

>
> 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to