summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/.htaccess8
-rw-r--r--config/.htpasswd1
-rw-r--r--config/users.digest1
-rw-r--r--config/webui-cherrypy.cfg9
4 files changed, 1 insertions, 18 deletions
diff --git a/config/.htaccess b/config/.htaccess
deleted file mode 100644
index 769852a..0000000
--- a/config/.htaccess
+++ /dev/null
@@ -1,8 +0,0 @@
-<Files webui.cgi>
-AuthUserFile /var/www/cgi-bin/cobbler/.htpasswd
-AuthGroupFile /dev/null
-AuthName "Cobbler WebUI Authentication"
-AuthType Digest
-
-require valid-user
-</Files>
diff --git a/config/.htpasswd b/config/.htpasswd
deleted file mode 100644
index 310327a..0000000
--- a/config/.htpasswd
+++ /dev/null
@@ -1 +0,0 @@
-cobbler:Cobbler WebUI Authentication:4551d917d1d3698954a91686ceb14f3a
diff --git a/config/users.digest b/config/users.digest
new file mode 100644
index 0000000..f14fbea
--- /dev/null
+++ b/config/users.digest
@@ -0,0 +1 @@
+cobbler:Cobbler:a2d6bae81669d707b72c0bd9806e01f3
diff --git a/config/webui-cherrypy.cfg b/config/webui-cherrypy.cfg
deleted file mode 100644
index 5d7dca9..0000000
--- a/config/webui-cherrypy.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-[global]
-base_url_filter.on = True
-server.thread_pool = 10
-
-[/static]
-tools.staticdir.on = True
-tools.staticdir.dir = "webui"
-tools.staticdir.root = "/var/www/cobbler"
-