From 3e842424da124e101aabf2a09388e0eece5b285f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 2 Jan 2007 10:25:41 +0000 Subject: [PATCH] ebl fix in AuthConfig git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3899 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/script/bweb.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gui/bweb/script/bweb.conf b/gui/bweb/script/bweb.conf index 1f3a7d5c62..0427112bd1 100644 --- a/gui/bweb/script/bweb.conf +++ b/gui/bweb/script/bweb.conf @@ -1,11 +1,13 @@ Options ExecCGI -MultiViews +SymLinksIfOwnerMatch - AuthType Basic - AuthName Bweb -# use this to be more safe + +# use this to be more safe (htpasswd -c /etc/bacula/bweb.htpasswd admin) +# AuthType Basic +# AuthName Bweb # AuthUserFile /etc/bacula/bweb.htpasswd +# Require valid-user + AllowOverride None - Require valid-user Alias /bweb/fv /var/spool/bweb -- 2.39.5