summaryrefslogtreecommitdiffstats
path: root/config/cobbler.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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://.