]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix in AuthConfig
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Jan 2007 10:25:41 +0000 (10:25 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Jan 2007 10:25:41 +0000 (10:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3899 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/bweb.conf

index 1f3a7d5c62904083c8de219d55be50a026191acb..0427112bd107f186dada505103d0ac1d5f786721 100644 (file)
@@ -1,11 +1,13 @@
 <Directory /usr/lib/cgi-bin/bweb>
         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
 </Directory>
 
 Alias /bweb/fv /var/spool/bweb