summaryrefslogtreecommitdiffstats
path: root/config/cobbler_webui.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/cobbler_webui.conf')
-rw-r--r--config/cobbler_webui.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/config/cobbler_webui.conf b/config/cobbler_webui.conf
deleted file mode 100644
index d573dd7..0000000
--- a/config/cobbler_webui.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# See: http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#msie
-BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
-
-# set up digest authentication for the webui
-# to add users: htdigest /var/www/cgi-bin/cobbler/.htaccess "Cobbler WebUI Authentication" $username
-<Location "/var/www/cgi-bin/cobbler/webui.cgi">
- AuthType Digest
- AuthName "Cobbler WebUI Authentication"
- AuthDigestProvider file
- AuthUserFile /var/www/cgi-bin/cobbler/.htaccess
- Require valid-user
-</Location>
-