summaryrefslogtreecommitdiffstats
path: root/scripts/index.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes + changelog.Michael DeHaan2007-12-051-2/+4
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-22/+37
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-041-26/+96
| | | | active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+72
using Apache modules.