summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
commit762de2e043b967bdf0bdc1be8189ab21b055a808 (patch)
tree38d29d16c66bcc5ae7a8c65b21725b8fa2a11a88 /config
parent58cae26af9b3a868041b52fc0dde6047faff73a3 (diff)
downloadthird_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.gz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.xz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.zip
mod_python version of webui now operational at http://server/cobbler/web with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
Diffstat (limited to 'config')
-rw-r--r--config/cobbler.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/config/cobbler.conf b/config/cobbler.conf
index 77bfe84..b4ab6d6 100644
--- a/config/cobbler.conf
+++ b/config/cobbler.conf
@@ -38,14 +38,10 @@ BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
AuthType Basic
AuthName Cobbler
Require valid-user
- SetHandler mod_python
-
+ SetHandler mod_python
PythonAuthenHandler index
- #PythonAccessHandler index
- #PythonAuthZHandler index
- PythonHandler mod_python.publisher
-
- # disable in production
+ PythonHandler index
+ # disable?
PythonDebug on
</Directory>