]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl don't use htpasswd by default
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Jan 2007 10:20:49 +0000 (10:20 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Jan 2007 10:20:49 +0000 (10:20 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3897 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/bweb.conf

index 8d6e28421432a615aedbe2a6c36ff8101ecdaf01..1f3a7d5c62904083c8de219d55be50a026191acb 100644 (file)
@@ -2,7 +2,8 @@
         Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
         AuthType Basic
         AuthName Bweb
-        AuthUserFile /etc/apache/htpasswd
+# use this to be more safe
+#        AuthUserFile /etc/bacula/bweb.htpasswd
         AllowOverride None
         Require valid-user
 </Directory>