summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-14 14:38:59 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-14 14:38:59 -0500
commitee2264032761abeb6fe090a09b40b8ecde42bef7 (patch)
tree4b44c2387154dd484b73c4341d2a973d4f1b46a1 /config
parent39ad540c08a2b9eadefa9862b6bab42e085dafbc (diff)
downloadthird_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.tar.gz
third_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.tar.xz
third_party-cobbler-ee2264032761abeb6fe090a09b40b8ecde42bef7.zip
(A) add/tweak testcase for blender cache code, (B) modify htaccess file to only authenticate
the webui, not the other cgi's.
Diffstat (limited to 'config')
-rw-r--r--config/.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/.htaccess b/config/.htaccess
index da71c46..769852a 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -1,7 +1,8 @@
+<Files webui.cgi>
AuthUserFile /var/www/cgi-bin/cobbler/.htpasswd
AuthGroupFile /dev/null
AuthName "Cobbler WebUI Authentication"
AuthType Digest
require valid-user
-
+</Files>