From ee2264032761abeb6fe090a09b40b8ecde42bef7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 14 Nov 2007 14:38:59 -0500 Subject: (A) add/tweak testcase for blender cache code, (B) modify htaccess file to only authenticate the webui, not the other cgi's. --- config/.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/.htaccess b/config/.htaccess index da71c46..769852a 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,7 +1,8 @@ + AuthUserFile /var/www/cgi-bin/cobbler/.htpasswd AuthGroupFile /dev/null AuthName "Cobbler WebUI Authentication" AuthType Digest require valid-user - + -- cgit