summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:43:13 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:43:13 -0500
commitc7220a9340069f8bc9cc0f7cb840ada3a9cd994d (patch)
tree9387432c528098e6ba57a2fdf544e45c3ab28fd8 /config
parent762de2e043b967bdf0bdc1be8189ab21b055a808 (diff)
downloadcobbler-c7220a9340069f8bc9cc0f7cb840ada3a9cd994d.tar.gz
cobbler-c7220a9340069f8bc9cc0f7cb840ada3a9cd994d.tar.xz
cobbler-c7220a9340069f8bc9cc0f7cb840ada3a9cd994d.zip
Work on making the default service authenticator grok Apache htdigest files.
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 769852a9..00000000
--- 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 310327ac..00000000
--- 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 00000000..f14fbea2
--- /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 5d7dca93..00000000
--- 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"
-