summaryrefslogtreecommitdiffstats
path: root/config/cobbler.conf
Commit message (Collapse)AuthorAgeFilesLines
* Don't double-endpoint the XMLRPC, Apache warns about this, so it might mean ↵Michael DeHaan2009-01-231-8/+0
| | | | something.
* Consolidating services to use just one port, removed syslog logging since we ↵Michael DeHaan2009-01-231-3/+6
| | | | have anamon
* Also apply python path to cobblerweb.Michael DeHaan2008-12-031-1/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-7/+3
| | | | 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-3/+3
| | | | 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-2/+18
| | | | using Apache modules.
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-091-0/+8
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-0/+3
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-12/+0
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-0/+12
| | | | / etc
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-2/+8
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵Michael DeHaan2007-09-071-0/+5
| | | | koan server.
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-0/+14
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.